Console - BROWSE CLUSTER

Displays all records associated with the given cluster.

Syntax:

  1. BROWSE CLUSTER <cluster-name>
  • <cluster-name> Defines the cluster for the records you want to display.

Example:

  • Browse records associated with the cluster City:

    1. orientdb> BROWSE CLUSTER City
    2.  
    3. ----+------+-------------------
    4. # | RID | NAME
    5. ----+------+-------------------
    6. 0 | -6:0 | Rome
    7. 1 | -6:1 | London
    8. 2 | -6:2 | Honolulu
    9. ----+------+-------------------

For more information on other commands, see Console Commands.