Console - INFO

Displays all information on the current database.

Syntax

  1. INFO

Example

  • Display information on database petshop:

    1. orientdb {db=petshop}> INFO
    2.  
    3. Current database: ../databases/petshop/petshop
    4. CLUSTERS:
    5. ------------+------+----------+----------
    6. NAME | ID | TYPE | ELEMENTS
    7. ------------+------+----------+----------
    8. metadata | 0 | Physical | 11
    9. index | 1 | Physical | 0
    10. default | 2 | Physical | 779
    11. csv | 3 | Physical | 1000
    12. binary | 4 | Physical | 1001
    13. person | 5 | Physical | 7
    14. animal | 6 | Physical | 5
    15. animalrace | -2 | Logical | 0
    16. animaltype | -3 | Logical | 1
    17. orderitem | -4 | Logical | 0
    18. order | -5 | Logical | 0
    19. city | -6 | Logical | 3
    20. ------------+------+----------+----------
    21. TOTAL 2807
    22. -----------------------------------------
    23.  
    24. CLASSES:
    25. ------------+----+------------+----------
    26. NAME | ID | CLUSTERS | ELEMENTS
    27. ------------+----+------------+----------
    28. Person | 0 | person | 7
    29. Animal | 1 | animal | 5
    30. AnimalRace | 2 | AnimalRace | 0
    31. AnimalType | 3 | AnimalType | 1
    32. OrderItem | 4 | OrderItem | 0
    33. Order | 5 | Order | 0
    34. City | 6 | City | 3
    35. ------------+----+------------+----------
    36. TOTAL 16
    37. -----------------------------------------

For more information on other commands, see Console Commands.