- 
    Type:Task 
- 
    Resolution: Done
- 
    Priority:Major - P3 
- 
    None
- 
    Affects Version/s: None
- 
    Component/s: None
- 
    None
- 
        2023-02-23 "Stoney Baloney"
- 
        3
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.