What are the advantages of using oplog tailing with Meteor? I know of these:
- Having replica sets ensures high availability
- Oplog tailing gives improved performance when it comes to detecting changes in the DB and pushing these to the clients
More specifically, given a Meteor app where the ‘real-time’ aspect isn’t that important (i.e. not write intensive enough that a client is likely to see any data changing during their session) and also ignoring the availability advantages of having replica sets, are there any other advantages of using oplog tailing?