--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "meteor-talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/meteor-talk/Y547Hh2z39Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to meteor-talk...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk...@googlegroups.com.
I'm not sure the linked article contains a solution that would help me. The collection in question needs to still be real time. There are administrative tasks that modify thousands of documents but doing so causes the oplog tailor to do an enormous amount of work
What would be more realistic is to push the oplog timestamp forward and do a poll and diff on the current subscriptions.
You received this message because you are subscribed to a topic in the Google Groups "meteor-talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/meteor-talk/Y547Hh2z39Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to meteor-talk...@googlegroups.com.
I hate that there's no edit on here:
In case its not obvious, I meant to push the oplog tailor timestamp forward and do a poll and diff if the oplog tailot notices there's a large number of oplog records ahead.