SHOW INDEXES Syntax¶
SHOW {TAG | EDGE} INDEXES
SHOW INDEXES
returns the defined tag/edg-type index information. SHOW INDEXES
returns the following fields: index ID and index name.
For example:
nebula> SHOW TAG INDEXES;
=============================
| Index ID | Index Name |
=============================
| 6 | player_index_1 |
-----------------------------
| 7 | player_index_0 |
-----------------------------
See Index on how to create indexes.
Last update: April 8, 2021