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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Distributed SQL database (TiDB) source code explained

102 点作者 simonz05超过 8 年前

5 条评论

spullara超过 8 年前
I am watching this project very closely. So far I think it has the potential to be a full featured replacement for FoundationDB. Note that they rewrote the underlying distributed, sorted, transactional KV store from Go to Rust which is the piece I am most interested in.
评论 #13455391 未加载
elvinyung超过 8 年前
Within the spectrum of so-called &quot;NewSQL&quot; databases, there are basically two kinds:<p>* ones built on top of a mature relational database (e.g. Vitess, CitusDB)<p>* ones built on top of some custom or unproven KV store (e.g. TiDB, CockroachDB, NuoDB)<p>Ultimately, despite claims of benchmarks&#x2F;elegance&#x2F;MySQL not being web scale enough, I&#x27;m unsure if (at least in the immediate future) it&#x27;s a wise move to do the latter. Solutions that use a proven storage engine seem like an easier pill to swallow.
评论 #13448617 未加载
评论 #13447581 未加载
评论 #13448994 未加载
Hayvok超过 8 年前
I&#x27;d be more interested to see some articles and posts on how to <i>use</i> TiDB and&#x2F;or TiKV in interesting ways.<p>There&#x27;s been plenty of explanation on how its built, their process, the architecture, etc. Some practical application would be helpful now to help contextualize those decisions.
评论 #13448429 未加载
lobster_johnson超过 8 年前
I think TiKV on its own looks quite interesting. I see that the readme considers it to be part of TiDB, but I can see uses for TiKV on its own, without TiDB. Do you have anyone doing this in production?
评论 #13455386 未加载
marknadal超过 8 年前
This takes a lot of work to do, kudos! Don&#x27;t listen to any haters, this is the type of document you can use to reply to them. Great job, keep it up. Cheers! ~ A friendly distributed DB competitor
评论 #13448434 未加载
评论 #13448326 未加载