Customer Portal

MongoDB Sharding Collection

Comments 2

  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi bgreenwood,

    Our development team are currently working on a possible workaround for this issue. Also, they are working on making significant improvements to the MongoDB driver and service for our next CloverETL release which is 4.3.1.
  • Avatar
    seamus10
    0
    Comment actions Permalink
    Hi,
    Have you Determine what you will use for the shard key.
    If the collection already contains data you must create an index on the shard key using ensureIndex().
    Enable sharding for a collection by issuing the sh.shardCollection() method in the mongo shell.

Please sign in to leave a comment.