Closed sbaldwin-rs closed 1 year ago
Include update workloads against RS.
Has an initial phase of inserts for a number of documents. Once the initial inserts are performed against the collection, 2 types of updates can be performed against those documents. 1) Single field replace 2) Add field
See the JSONPatches in main.go for more clarity.
Current dependencies on/for this PR:
This comment was auto-generated by Graphite.
Include update workloads against RS.
Has an initial phase of inserts for a number of documents. Once the initial inserts are performed against the collection, 2 types of updates can be performed against those documents. 1) Single field replace 2) Add field
See the JSONPatches in main.go for more clarity.