Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ciaranarcher/6155366af183d92361a9afdd75e24380 to your computer and use it in GitHub Desktop.
Save ciaranarcher/6155366af183d92361a9afdd75e24380 to your computer and use it in GitHub Desktop.
Dataset comparison shards 303 v 904
# 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