Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-32442

Don’t concatenate unique fields of LinkStoreMongoDb documents to use for _id

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
    • Replication
    • Performance 2018-05-07

      For the MongoDB linkbench POC, the applyOps command was used to emulate transactions, but, for document updates within an applyOps command, there is no support for querying a document by anything other than it's _id field, even if the query would uniquely identify a document. This seems like a restriction that shouldn't be present for multi-statement transactions. Once transactional updates support querying unique documents by non _id fields, we should change the schema of the Link documents and Count documents, so they don't have to awkwardly concatenate their unique fields for their _id. Removing the concatenated _id should make the benchmark more analogous to the MySQL schema used for its benchmark.

            Assignee:
            backlog-server-repl [DO NOT USE] Backlog - Replication Team
            Reporter:
            william.schultz@mongodb.com William Schultz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: