Skip to content

Instantly share code, notes, and snippets.

@nileema
Created July 30, 2015 17:13
Show Gist options
  • Save nileema/b0e7635465bf7d4bdf45 to your computer and use it in GitHub Desktop.
Save nileema/b0e7635465bf7d4bdf45 to your computer and use it in GitHub Desktop.
presto:default> select * from fbraptor.metadata.shards where table_name = 'foo_ts';
schema_name | table_name | shard_uuid | uncompressed_size | compressed_size | row_count | min_timestamp | max_timestamp
-------------+------------+--------------------------------------+-------------------+-----------------+-----------+--------------------------+-------------------------
default | foo_ts | dcbc4761-f5f4-4ef4-af55-2c8c5a179b6f | 25 | 529 | 1 | 47532-06-04 17:56:40.000 | 2015-07-25 01:01:01.000
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment