Skip to content

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

Closed
wants to merge 1 commit into from
Closed

Conversation

balyanrobin
Copy link
Contributor

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

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
@kay-kim
Copy link
Contributor

kay-kim commented Dec 17, 2013

Thank you so much for taking the time to update the docs.
However, am going to close this w/o merge as the conflicting examples show a conflict with the existing documents that have the scores 82 and 90 respectively

{ "_id" : ObjectId("523b6e61fb408eea0eec2648"), "userid" : "abby", "score" : 82 }
{ "_id" : ObjectId("523b6e6ffb408eea0eec2649"), "userid" : "nina", "score" : 90 }

and the conflicting inserts:

db.scores.insert( { "userid": "PWWfO8lFs1", "score": 82 } )
db.scores.insert( { "userid": "XlSOX66gEy", "score": 90 } )

But thanks for all your work and effort. Very much appreciated.

Regards,

Kay Kim

@kay-kim kay-kim closed this Dec 17, 2013
mongo-cr-bot pushed a commit that referenced this pull request Jul 25, 2022
Co-authored-by: jason-price-mongodb <[email protected]>
mongo-cr-bot pushed a commit that referenced this pull request Jul 25, 2022
* 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]>
mongo-cr-bot pushed a commit that referenced this pull request Jul 25, 2022
Co-authored-by: jason-price-mongodb <[email protected]>

Co-authored-by: jason-price-mongodb <[email protected]>
mongo-cr-bot pushed a commit that referenced this pull request Jul 25, 2022
Co-authored-by: jason-price-mongodb <[email protected]>

Co-authored-by: jason-price-mongodb <[email protected]>
mongo-cr-bot pushed a commit that referenced this pull request Jul 26, 2022
* 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]>
mongo-cr-bot pushed a commit that referenced this pull request Jul 28, 2022
* 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]>
mongo-cr-bot pushed a commit that referenced this pull request Jul 28, 2022
* 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]>
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 26, 2025
…figuration (#1473)

* DOCSP-33294 Remove AppDB from custom CA section of OpsManager TLS configuration

* DOCSP-33294 updates for LS's feedback
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 26, 2025
…figuration (#1473)

* DOCSP-33294 Remove AppDB from custom CA section of OpsManager TLS configuration

* DOCSP-33294 updates for LS's feedback
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