johnlpage / POCDriver

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

How to make sure update operation having a sharding key? #50

Closed alberttwong closed 1 year ago

johnlpage commented 2 years ago

Please can you clarify what this issue is and provide an example. POCDriver usually takes care of any Sharding/Indexes/Keys for you and also determines what updates should happen and that they use the shard key it created.

alberttwong commented 2 years ago

ah... I wasn't sure since there was no documentation that POC Driver supports sharding scenarios. I opened another issue ticket to describe the use case.