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

Move db/ops directory to db/query/write_ops

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Optimization
    • QO 2024-08-19, QO 2024-09-02, QO 2024-09-16

      The db/ops directory could be improved in two ways:

      • This code is owned by the query team and is related to query processing, so I think it makes to move it into the db/query directory.
      • The name "ops" is somewhat vague. It's specifically about processing write operations. Therefore, I think "write_ops" is a clearer name for the directory. This also has nice symmetry with an existing directory for write op processing on mongos: https://github.com/10gen/mongo/tree/master/src/mongo/s/write_ops.

      My proposal is to move this code from db/ops to a new directory called db/query/write_ops.

            Assignee:
            william.qian@mongodb.com William Qian
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: