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

Implement global index fetcher

    XMLWordPrintableJSON

Details

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 6.1.0-rc0
    • None
    • None
    • None
    • Fully Compatible
    • Sharding 2022-07-11, Sharding 2022-07-25, Sharding 2022-08-08

    Description

      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
      }
      ]
      

      Attachments

        Activity

          People

            randolph@mongodb.com Randolph Tan
            randolph@mongodb.com Randolph Tan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: