Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • kis_tools kis_tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sdc
  • kis_toolskis_tools
  • Issues
  • #145

Closed
Open
Created Jul 10, 2019 by Carl Schaffer@schafferOwner

add sharding before writing

We want to shard all gridfs chunks collections between the different servers, this implies that before being filled with data, sharding needs to be activated for these collections. Some sample code implementing this is in readHeader.py, lines 106 onwards, @guenter knows how it works.

This functionality could be implemented as a create_gridfs(collection_name, activate_sharding=True) method in SDCMongoClient which is then called in the __init__ functions of inheriting classes

Assignee
Assign to
Time tracking