Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-9527

create shard tag ranges for name spaces using wildcards or regex matching

    • Cluster Scalability
    • Fully Compatible

      Nowadays to configure dynamic creation of sharded dbs/collections we need to set a tagRange for each new namespace.

      By defining a wildcard namespace or regex expression to match namespaces we could dynamically allocate to a set of shards the data of these dynamically generated databases/collections:

      sh.addTagRange( '$**',

      {key:MinKey}

      ,

      {key:MaxKey}

      , 'DYNAMIC' )
      or
      sh.addTagRange( 'prefix*.*', ... , 'DYNAMIC')

            Assignee:
            backlog-server-cluster-scalability [DO NOT USE] Backlog - Cluster Scalability
            Reporter:
            norberto.leite Norberto Fernando Rocha Leite (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: