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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Building a Large-Scale Distributed Storage System Based on Raft

163 点作者 jinqueeny超过 5 年前

3 条评论

shenli3514超过 5 年前
We also introduced another role (Raft-learner) to the Raft group and make a columnar extension. More details can be found here: <a href="https:&#x2F;&#x2F;pingcap.com&#x2F;blog&#x2F;delivering-real-time-analytics-and-true-htap-by-combining-columnstore-and-rowstore&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pingcap.com&#x2F;blog&#x2F;delivering-real-time-analytics-and-...</a>
评论 #21449745 未加载
kevan超过 5 年前
I&#x27;m not quite following the ensuring secure execution of split operations section. There&#x27;s an incomplete sentence:<p>&gt;The split process is coupled with network isolation, which can lead to very complicated.<p>Maybe the second idea should be first, demonstrate the complexity of splits and then presenting the solution?
评论 #21454740 未加载
toolslive超过 5 年前
Typically, you want to be able to put multiple ranges on the same node, (for example if you keep an extra index with a reverse mapping). If both the forward mapping and the reverse mapping are located on the same node, you only have a &#x27;local&#x27; transaction.
评论 #21452655 未加载