TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Real-Time Databases Explained: Why Meteor, Rethink, Parse and Firebase Don't Scale

20 pointsby DivineTraubeover 7 years ago

2 comments

btownover 7 years ago
Written format: <a href="https:&#x2F;&#x2F;medium.baqend.com&#x2F;real-time-databases-explained-why-meteor-rethinkdb-parse-and-firebase-dont-scale-822ff87d2f87" rel="nofollow">https:&#x2F;&#x2F;medium.baqend.com&#x2F;real-time-databases-explained-why-...</a><p>And the paper for their more scalable alternative: <a href="https:&#x2F;&#x2F;www.cl.cam.ac.uk&#x2F;~mks40&#x2F;pubs&#x2F;vldb_2017.pdf" rel="nofollow">https:&#x2F;&#x2F;www.cl.cam.ac.uk&#x2F;~mks40&#x2F;pubs&#x2F;vldb_2017.pdf</a><p>The devil will absolutely be in the details, but the speaker&#x2F;author identifies a real pain point that bolting on a replication-log tailing system to provide realtime capabilities results in numerous write bottlenecks unless the system is architected from scratch to avoid them.
code-is-codeover 7 years ago
Meteor has the op-log-driver which calculates query-result for changes instead of running the wohle query again. Same comes with rxdb where it&#x27;s called query-change-detection.
评论 #15481084 未加载