Skip to content

Commit

Permalink
Update 7.show-index-status.md (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Nov 1, 2021
1 parent 2d65e61 commit 2501b75
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@ SHOW {TAG | EDGE} INDEX STATUS;

```ngql
nebula> SHOW TAG INDEX STATUS;
+----------------+--------------+
| Name | Index Status |
+----------------+--------------+
| "like_index_0" | "FINISHED" |
| "like1" | "FINISHED" |
+----------------+--------------+
+------------------------------------+--------------+
| Name | Index Status |
+------------------------------------+--------------+
| "date1_index" | "FINISHED" |
| "basketballplayer_all_tag_indexes" | "FINISHED" |
| "any_shape_geo_index" | "FINISHED" |
+------------------------------------+--------------+
nebula> SHOW EDGE INDEX STATUS;
+----------------+--------------+
| Name | Index Status |
+----------------+--------------+
| "index_follow" | "FINISHED" |
| "follow_index" | "FINISHED" |
+----------------+--------------+
```

Expand Down

0 comments on commit 2501b75

Please sign in to comment.