(root@nebula) [basketballplayer]> match (v:player) where v.name == ‘Tim Duncan’ return v;
Empty set (time spent 1301/2538 us)
Wed, 16 Jun 2021 14:32:28 CST
(root@nebula) [basketballplayer]> fetch prop on player ‘play100’
Empty set (time spent 1129/2327 us)
Wed, 16 Jun 2021 14:33:07 CST
(root@nebula) [basketballplayer]> fetch prop on player ‘player100’
±---------------------------------------------------+
| vertices_ |
±---------------------------------------------------+
| (“player100” :player{age: 42, name: “Tim Duncan”}) |
±---------------------------------------------------+
Got 1 rows (time spent 1875/3041 us)
Wed, 16 Jun 2021 14:33:14 CST
(root@nebula) [basketballplayer]>
(root@nebula) [basketballplayer]> lookup on player where player.name == ‘Tim Duncan’;
Empty set (time spent 1299/2674 us)
Wed, 16 Jun 2021 14:35:12 CST
(root@nebula) [basketballplayer]> lookup on player where player.name == ‘Tim Duncan’;
Empty set (time spent 1218/2443 us)
Wed, 16 Jun 2021 14:35:30 CST
(root@nebula) [basketballplayer]>
(root@nebula) [basketballplayer]>
(root@nebula) [basketballplayer]> rebuild tag index player_index_0;
±-----------+
| New Job Id |
±-----------+
| 61 |
±-----------+
Got 1 rows (time spent 7987/9164 us)
Wed, 16 Jun 2021 14:35:47 CST
(root@nebula) [basketballplayer]> rebuild tag index player_index_1;
±-----------+
| New Job Id |
±-----------+
| 62 |
±-----------+
Got 1 rows (time spent 14508/15729 us)
Wed, 16 Jun 2021 14:35:50 CST
(root@nebula) [basketballplayer]> show job 61
±---------------±--------------------±-----------±------------------------±------------------------+
| Job Id(TaskId) | Command(Dest) | Status | Start Time | Stop Time |
±---------------±--------------------±-----------±------------------------±------------------------+
| 61 | “REBUILD_TAG_INDEX” | “FINISHED” | 2021-06-16T06:18:11.000 | 2021-06-16T06:18:11.000 |
±---------------±--------------------±-----------±------------------------±------------------------+
| 0 | “10.xx.xx.15” | “FINISHED” | 2021-06-16T06:18:11.000 | 2021-06-16T06:20:34.000 |
±---------------±--------------------±-----------±------------------------±------------------------+
| 1 | “10.xx.xx.22” | “FINISHED” | 2021-06-16T06:18:11.000 | 2021-06-16T06:20:34.000 |
±---------------±--------------------±-----------±------------------------±------------------------+
| 2 | “10.xx.xx.114” | “FINISHED” | 2021-06-16T06:18:11.000 | 2021-06-16T06:20:34.000 |
±---------------±--------------------±-----------±------------------------±------------------------+
Got 4 rows (time spent 912/2127 us)
Wed, 16 Jun 2021 14:35:55 CST
(root@nebula) [basketballplayer]> show job 62
±---------------±--------------------±-----------±------------------------±------------------------+
| Job Id(TaskId) | Command(Dest) | Status | Start Time | Stop Time |
±---------------±--------------------±-----------±------------------------±------------------------+
| 62 | “REBUILD_TAG_INDEX” | “FINISHED” | 2021-06-16T06:18:14.000 | 2021-06-16T06:18:14.000 |
±---------------±--------------------±-----------±------------------------±------------------------+
| 0 | “10.xx.xx.15” | “FINISHED” | 2021-06-16T06:18:14.000 | 2021-06-16T06:20:37.000 |
±---------------±--------------------±-----------±------------------------±------------------------+
| 1 | “10.xx.xx.22” | “FINISHED” | 2021-06-16T06:18:14.000 | 2021-06-16T06:20:37.000 |
±---------------±--------------------±-----------±------------------------±------------------------+
| 2 | “10.xx.xx.114” | “FINISHED” | 2021-06-16T06:18:14.000 | 2021-06-16T06:20:37.000 |
±---------------±--------------------±-----------±------------------------±------------------------+
Got 4 rows (time spent 1117/2335 us)
Wed, 16 Jun 2021 14:35:58 CST
(root@nebula) [basketballplayer]>
(root@nebula) [basketballplayer]>
(root@nebula) [basketballplayer]> fetch prop on player ‘play100’
Empty set (time spent 1231/2351 us)
Wed, 16 Jun 2021 14:36:08 CST
(root@nebula) [basketballplayer]> fetch prop on player ‘player100’
±---------------------------------------------------+
| vertices_ |
±---------------------------------------------------+
| (“player100” :player{age: 42, name: “Tim Duncan”}) |
±---------------------------------------------------+
Got 1 rows (time spent 1075/2314 us)
Wed, 16 Jun 2021 14:36:13 CST
(root@nebula) [basketballplayer]> lookup on player where player.name == ‘Tim Duncan’;
Empty set (time spent 1103/2244 us)
Wed, 16 Jun 2021 14:36:17 CST
(root@nebula) [basketballplayer]> match (v:player) where v.name == ‘Tim Duncan’ return v;
Empty set (time spent 1274/2442 us)
Wed, 16 Jun 2021 14:36:26 CST
(root@nebula) [basketballplayer]>
(root@nebula) [basketballplayer]> show create space basketballplayer
±-------------------±----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Space | Create Space |
±-------------------±----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| “basketballplayer” | “CREATE SPACE basketballplayer (partition_num = 10, replica_factor = 1, charset = utf8, collate = utf8_bin, vid_type = FIXED_STRING(32), atomic_edge = false) ON default” |
±-------------------±----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Got 1 rows (time spent 915/2174 us)
Wed, 16 Jun 2021 14:38:20 CST
(root@nebula) [basketballplayer]>
专家您好,我今天使用官网的basketballplayer图空间的样例图数据重新创建结构和插入数据,图空间的vid是定长的32字节,结果还是fetch可以,lookup和match不出来,麻烦您可以在本地验证一下2.0.1的GA版本是否也有同样的问题,验证还是有bug,多谢