TL
Thea Lamkin 9 years ago
Live here: http://info.meteor.com/blog/tuning-meteor-mongo-livedata-for-scalabil
- Blog post: Tuning Meteor Mongo Livedata for Scalability
- New performance tuning parameters have shipped in 1.3
- How does Meteor turn mongo into a realtime database?
- Poll and diff
- Oplog tailing
- Tuning for your data access patterns
- Tuning oplog tailing
- Tuning poll-and-diff
- Summary
New performance tuning parameters have shipped in 1.3
How does Meteor turn mongo into a realtime database?
Tuning for your data access patterns
top -b -n 600 -d 1 -p <PID of node process> | grep -v ,
Summary