SHOW INDEX STATUS¶
SHOW {TAG | EDGE} INDEX STATUS
SHOW INDEX STATUS
returns the created tag or edge type index status. For details on how to create index, see CREATE INDEX.
SHOW INDEX STATUS
returns the following fields:
Name
The index name.
Index Status
Index Status includes
QUEUE
,RUNNING
,FINISHED
,FAILED
,STOPPED
,INVALID
.
Example¶
nebula> SHOW TAG INDEX STATUS;
+----------------------+--------------+
| Name | Index Status |
+----------------------+--------------+
| "player_index_0" | "FINISHED" |
+----------------------+--------------+
| "player_index_1" | "FINISHED" |
+----------------------+--------------+
Last update: December 16, 2020