David Glasser
1 min readJan 5, 2017

--

Caching (which is called “query de-duping”) is handled at a higher level in the Livequery driver, so it works the same for both oplog and poll-and-diff. If a single server process is asked to observe a Mongo query that it is already observing, it “de-dups” and only runs one underlying poll-and-diff or oplog-watching process.

--

--