Created
August 3, 2016 12:38
-
-
Save shafayeatsumit/0b5b543865083c876622ad95efc4ca7a to your computer and use it in GitHub Desktop.
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
s2 1 | |
{ "_id" : { "$minKey" : 1 } } -->> { "_id" : { "$maxKey" : 1 } } on : s2 Timestamp(1, 0) | |
finderdb2.assets | |
shard key: { "_id" : 1 } | |
chunks: | |
s0 1 | |
s1 1 | |
s2 2 | |
{ "_id" : { "$minKey" : 1 } } -->> { "_id" : ObjectId("53f8734ffd0d85079fa13207") } on : s0 Timestamp(2, 0) | |
{ "_id" : ObjectId("53f8734ffd0d85079fa13207") } -->> { "_id" : ObjectId("54aac54afd0d852a313002a6") } on : s1 Timestamp(3, 0) | |
{ "_id" : ObjectId("54aac54afd0d852a313002a6") } -->> { "_id" : ObjectId("54affb78fd0d852a31300fab") } on : s2 Timestamp(3, 1) | |
{ "_id" : ObjectId("54affb78fd0d852a31300fab") } -->> { "_id" : { "$maxKey" : 1 } } on : s2 Timestamp(1, 4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment