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.

Building a Large-Scale Distributed Storage System Based on Raft

163 pointsby jinqueenyover 5 years ago

3 comments

shenli3514over 5 years ago
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 未加载
kevanover 5 years ago
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 未加载
toolsliveover 5 years ago
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 未加载