Console - DICTIONARY KEYS

Displays all the keys stored in the database dictionary.

Syntax

  1. DICTIONARY KEYS

Example

  • Display all the keys stored in the database dictionary:

    1. orientdb> DICTIONARY KEYS
    2.  
    3. Found 4 keys:
    4. #0: key-148
    5. #1: key-147
    6. #2: key-146
    7. #3: key-145

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.