SHOW 语法

    1. nebula> SHOW SPACES;
    2. ========
    3. | Name |
    4. ========
    5. | test |
    6. --------
    7. nebula> USE test;
    8. ======================================================================================================
    9. | Partition ID | Leader | Peers | Losts |
    10. | 1 | 172.25.61.1:44600 | 172.25.61.1:44700, 172.25.61.1:44500, 172.25.61.1:44600 | |
    11. ------------------------------------------------------------------------------------------------------
    12. | 2 | 172.25.61.1:44600 | 172.25.61.1:44500, 172.25.61.1:44600, 172.25.61.1:44700 | |
    13. ------------------------------------------------------------------------------------------------------
    14. | 3 | 172.25.61.1:44600 | 172.25.61.1:44600, 172.25.61.1:44700, 172.25.61.1:44500 | |
    15. ------------------------------------------------------------------------------------------------------
    16. nebula> SHOW TAGS;
    17. =================
    18. | ID | Name |
    19. | 2 | course |
    20. | 3 | building |
    21. -----------------
    22. | 4 | student |
    23. -----------------
    24. nebula> SHOW EDGES;
    25. ===============
    26. | ID | Name |
    27. ===============
    28. | 5 | follow |
    29. ---------------