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.

How we implemented replication in Memgraph DB – Our approach and challenges.

29 pointsby karimtrover 4 years ago

2 comments

codeulikeover 4 years ago
Synchronisation/replication are such a common requirement I'm surprised there's not some well known checklists or patterns or best practices. e.g. merits of looking at times of changes vs keeping a log of changes, techniques to avoid and correct divergence over time, etc
评论 #26090658 未加载
cpardover 4 years ago
&quot;Because the concept is simple, achieving all three of the CAP properties at the same time is not possible.&quot;<p>I know that Paxos is considered hard to implement correct, but is there a reason to believe that in the general case, the more strict guarantees we need the more complex the algorithm has to be?
评论 #26090554 未加载