Getting information about schema objects

Get information about a schema object:

  1. ydb scheme describe episodes --stats

Information about the object - 图1

Result:

  1. ┌────────────┬─────────┬────────┬─────┐
  2. | Name | Type | Family | Key |
  3. ├────────────┼─────────┼────────┼─────┤
  4. | air_date | Uint64? | | |
  5. | episode_id | Uint64? | | K2 |
  6. | season_id | Uint64? | | K1 |
  7. | series_id | Uint64? | | K0 |
  8. | title | Utf8? | | |
  9. └────────────┴─────────┴────────┴─────┘
  10. Storage settings:
  11. Internal channel 0 commit log storage pool: ssd
  12. Internal channel 1 commit log storage pool: ssd
  13. Store large values in "external blobs": false
  14. Column families:
  15. ┌─────────┬──────┬─────────────┬────────────────┐
  16. | Name | Data | Compression | Keep in memory |
  17. ├─────────┼──────┼─────────────┼────────────────┤
  18. | default | ssd | None | |
  19. └─────────┴──────┴─────────────┴────────────────┘
  20. Auto partitioning settings:
  21. Partitioning by size: true
  22. Partitioning by load: false
  23. Preferred partition size (Mb): 2048
  24. Table stats:
  25. Partitions count: 1
  26. Approximate number of rows: 70
  27. Approximate size of table: 11.05 Kb
  28. Last modified: Thu, 17 Jun 2021 11:01:06 UTC
  29. Created: Thu, 17 Jun 2021 11:00:29 UTC

Information about the object - 图2