Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-10215

Implement insert/update/read/delete queries for the sample workload

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 3
    • 2023-02-23 "Stoney Baloney"

      During the run phase, an insert/update can be a query that:

      • Selects a random collection to operate on.
      • Generates up to 100 random key/value pairs to insert/update.
      • Each key/value generated should be within the size range of 1 byte to 100,000 bytes

      Each query is separated by a sleep between 10s and 30s.

      During the run phase, a delete can be a query that:

      • Selects a random collection and up to 10 random keys to delete.
        Each query is separated by a sleep between 20s and 40s.

      During the run phase, a read can be a query that:

      • Selects a random collection and up to 1000 random keys to read.
        Each query is separated by a sleep between 5s and 15s.

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: