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

Avoid change streams latency caused by lack of writes on a shard

    • Query Execution

      In a sharded cluster, to guarantee total ordering of events, change stream checks for events on all shards. This constrains latency of the events in change stream by the largest latency between writes on any individual shard.

      Default for periodicNoopIntervalSecs is 10s, so in the worst case when one of the shards doesn't receive any writes, the latency will be around that.

            Assignee:
            backlog-query-execution [DO NOT USE] Backlog - Query Execution
            Reporter:
            kateryna.kamenieva@mongodb.com Katya Kamenieva
            Votes:
            4 Vote for this issue
            Watchers:
            15 Start watching this issue

              Created:
              Updated: