Skip to content

DOCS-654 new 2.0 index format #475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 19, 2012
Merged

DOCS-654 new 2.0 index format #475

merged 2 commits into from
Dec 19, 2012

Conversation

bgrabar
Copy link

@bgrabar bgrabar commented Dec 13, 2012

Ready for Merge.

db.system.indexes.find()
{ "v" : 1, "key" : { "_id" : 1 }, "ns" : "mydb.foo", "name" : "_id_" }

{ "v" : 0, "key" : { "name" : 1 }, "ns" : "mydb.foo", "name" : "name_1" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

break this code block into blocks and explain what's going on where? the comments are not ideal/consistent with our style.

@tychoish
Copy link
Contributor

good less revisions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants