-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update index-sparse.txt #1473
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
Update index-sparse.txt #1473
Conversation
Index is explained to be on score field, so uniqueness for score field will be check by MongoDB. example should show the conflict for the values of score field, rather userid
Thank you so much for taking the time to update the docs. { "_id" : ObjectId("523b6e61fb408eea0eec2648"), "userid" : "abby", "score" : 82 } and the conflicting inserts: db.scores.insert( { "userid": "PWWfO8lFs1", "score": 82 } ) But thanks for all your work and effort. Very much appreciated. Regards, Kay Kim |
Co-authored-by: jason-price-mongodb <[email protected]>
* DOCS-15333-dbhash-locking (#1473) Co-authored-by: jason-price-mongodb <[email protected]> * DOCS-15333-dbhash-locking * DOCS-15333-dbhash-locking * DOCS-15333-dbhash-locking Co-authored-by: jason-price-mongodb <[email protected]>
Co-authored-by: jason-price-mongodb <[email protected]> Co-authored-by: jason-price-mongodb <[email protected]>
Co-authored-by: jason-price-mongodb <[email protected]> Co-authored-by: jason-price-mongodb <[email protected]>
* DOCS-15333-dbhash-locking (#1473) Co-authored-by: jason-price-mongodb <[email protected]> * DOCS-15333-dbhash-locking * DOCS-15333-dbhash-locking * DOCS-15333-dbhash-locking * DOCSP-23893-log-messages-example (#1505) * DOCSP-23893-log-messages-example * DOCSP-23893-log-messages-example * DOCSP-23893-log-messages-example * DOCSP-23893-log-messages-example * DOCSP-23893-log-messages-example * DOCSP-23893-log-messages-example Co-authored-by: jason-price-mongodb <[email protected]> Co-authored-by: jason-price-mongodb <[email protected]>
* DOCS-15333-dbhash-locking (#1473) Co-authored-by: jason-price-mongodb <[email protected]> * DOCS-15333-dbhash-locking * DOCS-15333-dbhash-locking * DOCS-15333-dbhash-locking * Docs-15364 invalid documents (#1450) * DOCS-15364-invalid-documents * DOCS-15364-invalid-documents * DOCS-15364-invalid-documents * DOCS-15364-invalid-documents Co-authored-by: jason-price-mongodb <[email protected]> Co-authored-by: jason-price-mongodb <[email protected]>
* DOCS-15333-dbhash-locking (#1473) Co-authored-by: jason-price-mongodb <[email protected]> * DOCS-15333-dbhash-locking * DOCS-15333-dbhash-locking * DOCS-15333-dbhash-locking * DOCSP-23926 shard key requirement (#1513) * DOCSP-23926-shard-key-requirement * DOCSP-23926-shard-key-requirement * DOCSP-23926-shard-key-requirement * DOCSP-23926-shard-key-requirement * DOCSP-23926-shard-key-requirement Co-authored-by: jason-price-mongodb <[email protected]> Co-authored-by: jason-price-mongodb <[email protected]>
…figuration (#1473) * DOCSP-33294 Remove AppDB from custom CA section of OpsManager TLS configuration * DOCSP-33294 updates for LS's feedback
…figuration (#1473) * DOCSP-33294 Remove AppDB from custom CA section of OpsManager TLS configuration * DOCSP-33294 updates for LS's feedback
Index is explained to be on score field, so uniqueness for score field will be check by MongoDB. example should show the conflict for the values of score field, rather userid