Console - DICTIONARY KEYS
Displays all the keys stored in the database dictionary.
Syntax
DICTIONARY KEYS
Example
Display all the keys stored in the database dictionary:
- orientdb>
DICTIONARY KEYS
- Found 4 keys:
- #0: key-148
- #1: key-147
- #2: key-146
- #3: key-145
- orientdb>
To load the records associated with these keys, use the
DICTIONARY GET
command. For more information on indexes, see Indexes.For more information on other commands, see Console Commands.