SHOW TABLET STORAGE FORMAT

description

  1. This statement is used to display tablet storage foramt information (for administrators only)
  2. Grammar:
  3. SHOW TABLET STORAGE FORMAT [VERBOSE]

example

  1. ```
  2. MySQL [(none)]> show tablet storage format;
  3. +-----------+---------+---------+
  4. | BackendId | V1Count | V2Count |
  5. +-----------+---------+---------+
  6. | 10002 | 0 | 2867 |
  7. +-----------+---------+---------+
  8. 1 row in set (0.003 sec)
  9. MySQL [test_query_qa]> show tablet storage format verbose;
  10. +-----------+----------+---------------+
  11. | BackendId | TabletId | StorageFormat |
  12. +-----------+----------+---------------+
  13. | 10002 | 39227 | V2 |
  14. | 10002 | 39221 | V2 |
  15. | 10002 | 39215 | V2 |
  16. | 10002 | 39199 | V2 |
  17. +-----------+----------+---------------+
  18. 4 rows in set (0.034 sec)
  19. ```

keywords

  1. SHOW, TABLET, STORAGE, FORMAT