Skip to content

SHOW INDEXES

The SHOW INDEXES statement shows the names of existing native indexes.

Syntax

SHOW {TAG | EDGE} INDEXES

Example

nebula> SHOW TAG INDEXES;
+------------------+
| Names            |
+------------------+
| "play_age_0"     |
+------------------+
| "player_index_0" |
+------------------+
| "player_index_1" |
+------------------+
| "star"           |
+------------------+
Got 4 rows (time spent 1450/2087 us)

Last update: December 31, 2020
Back to top