Last active
December 17, 2017 15:12
-
-
Save chaintng/e54e620e17c8950c3a121d3f285f87d7 to your computer and use it in GitHub Desktop.
dist_shard.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * from pg_dist_shard; | |
logicalrelid | shardid | shardstorage | shardminvalue | shardmaxvalue | |
---------------+---------+--------------+---------------+--------------- | |
github_events | 102026 | t | 268435456 | 402653183 | |
github_events | 102027 | t | 402653184 | 536870911 | |
github_events | 102028 | t | 536870912 | 671088639 | |
github_events | 102029 | t | 671088640 | 805306367 | |
(4 rows) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment