Created
May 18, 2016 14:22
-
-
Save ciaranarcher/6155366af183d92361a9afdd75e24380 to your computer and use it in GitHub Desktop.
Dataset comparison shards 303 v 904
This file contains hidden or 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
# Shard 303 | |
irb(main):003:0> User.count | |
=> 14932745 | |
irb(main):004:0> PermissionSet.count | |
=> 7720 | |
irb(main):005:0> Leg.count | |
=> 167910 | |
irb(main):008:0> Availability.count | |
=> 6706 | |
# Shard 904 | |
irb(main):030:0> User.count | |
=> 1287271 | |
irb(main):031:0> PermissionSet.count | |
=> 144 | |
irb(main):032:0> Leg.count | |
=> 870286 | |
irb(main):033:0> Availability.count | |
=> 2636 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment