Implement global index fetcher

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Sharding 2022-07-11, Sharding 2022-07-25, Sharding 2022-08-08
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Using the following agg pipeline

      [
      {
        _id: {$gte: <last seen _id>} // only if resuming
      },
      {
        $_internalReshardingOwnershipMatch: {
          recipientShardId: <>, reshardingKey: <uniqueIdxKeyPattern>
        }
      },
      {
        $match: <partialFilterExpression from index spec> // only if present
      }
      ]
      

            Assignee:
            Randolph Tan
            Reporter:
            Randolph Tan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: