TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ScyllaDB is Moving to a New Replication Algorithm: Tablets

107 点作者 carpintech将近 2 年前

7 条评论

bbss将近 2 年前
Very similar to how BigTable[1] works under the hood which was built ~20 years ago.<p>[1] <a href="https:&#x2F;&#x2F;static.googleusercontent.com&#x2F;media&#x2F;research.google.com&#x2F;en&#x2F;&#x2F;archive&#x2F;bigtable-osdi06.pdf" rel="nofollow noreferrer">https:&#x2F;&#x2F;static.googleusercontent.com&#x2F;media&#x2F;research.google.c...</a>
评论 #36683687 未加载
magden将近 2 年前
This is the right move for Scylla. Overall, looks similar to YugabyteDB that distirbutes data by sharding tables into tablets as well. The cluster monitors the cluster size (number of nodes) and the size of each tablet (data volume), and adds new tablets or re-shards large ones automatically:<a href="https:&#x2F;&#x2F;docs.yugabyte.com&#x2F;preview&#x2F;architecture&#x2F;docdb-sharding&#x2F;tablet-splitting&#x2F;#automatic-tablet-splitting" rel="nofollow noreferrer">https:&#x2F;&#x2F;docs.yugabyte.com&#x2F;preview&#x2F;architecture&#x2F;docdb-shardin...</a>
评论 #36687812 未加载
jzelinskie将近 2 年前
This sounds a lot like ranges in CockroachDB. Anyone familiar with the deep details to highlight the differences?
评论 #36682503 未加载
carpintech将近 2 年前
Moving from Vnode-based replication to tablets to dynamically distribute data across the cluster
bsdnoob将近 2 年前
Tablets remind me of vitess
geenat将近 2 年前
Would be nice if the deployment story became a bit more like CockroachDB too.
评论 #36682145 未加载
collinc777将近 2 年前
This sounds like partitions in DynamoDB