johnlpage / POCDriver

Workload Driver for MongoDB in Java
Other
204 stars 87 forks source link

Secondary indices should be created on all collections #43

Closed igniting closed 3 years ago

igniting commented 3 years ago

When testing with multiple collections, we should be creating secondary indices on all collections. Right now we are creating indices on POCCOLL collection, which is not used at all for insertion/updates.

igniting commented 3 years ago

@johnlpage can you take a look at this?