All Projects → PsiACE → TiDB-A-Raft-based-HTAP-Database

PsiACE / TiDB-A-Raft-based-HTAP-Database

Licence: CC-BY-4.0 license
Unofficial! English original and Chinese translation of the paper.

Projects that are alternatives of or similar to TiDB-A-Raft-based-HTAP-Database

lshensemble
LSH index for approximate set containment search
Stars: ✭ 48 (+14.29%)
Mutual labels:  paper, vldb
Text-Summarization-Repo
텍스트 요약 분야의 주요 연구 주제, Must-read Papers, 이용 가능한 model 및 data 등을 추천 자료와 함께 정리한 저장소입니다.
Stars: ✭ 213 (+407.14%)
Mutual labels:  paper
batu-gunting-kertas-nuxt
Rock Paper Scissors Game with Artificial Intellegence
Stars: ✭ 50 (+19.05%)
Mutual labels:  paper
Orion
Mixin loader for Paper
Stars: ✭ 46 (+9.52%)
Mutual labels:  paper
STACP
Joint Geographical and Temporal Modeling based on Matrix Factorization for Point-of-Interest Recommendation - ECIR 2020
Stars: ✭ 19 (-54.76%)
Mutual labels:  paper
pluGET
📦 Powerful Package manager which updates plugins & server software for minecraft servers
Stars: ✭ 87 (+107.14%)
Mutual labels:  paper
papers
Summarizing the papers I have read (Japanese)
Stars: ✭ 38 (-9.52%)
Mutual labels:  paper
ghiaseddin
Author's implementation of the paper "Deep Relative Attributes" (ACCV 2016)
Stars: ✭ 41 (-2.38%)
Mutual labels:  paper
pFedMe
Personalized Federated Learning with Moreau Envelopes (pFedMe) using Pytorch (NeurIPS 2020)
Stars: ✭ 196 (+366.67%)
Mutual labels:  paper
neural-gpu
Code for the Neural GPU model originally described in "Neural GPUs Learn Algorithms"
Stars: ✭ 100 (+138.1%)
Mutual labels:  paper
bug-localization
Source code of the paper "Leveraging textual properties of bug reports to localize relevant source files".
Stars: ✭ 15 (-64.29%)
Mutual labels:  paper
minie
An open information extraction system that provides compact extractions
Stars: ✭ 83 (+97.62%)
Mutual labels:  paper
heinsen routing
Official implementation of "An Algorithm for Routing Capsules in All Domains" (Heinsen, 2019) in PyTorch.
Stars: ✭ 41 (-2.38%)
Mutual labels:  paper
NLP-Natural-Language-Processing
Projects and useful articles / links
Stars: ✭ 149 (+254.76%)
Mutual labels:  paper
sdn-nfv-papers
This is a paper list about Resource Allocation in Network Functions Virtualization (NFV) and Software-Defined Networking (SDN).
Stars: ✭ 40 (-4.76%)
Mutual labels:  paper
3d-detection-papers
The papers in this list are about 3d detection, especially those using point clouds.
Stars: ✭ 77 (+83.33%)
Mutual labels:  paper
best AI papers 2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
Stars: ✭ 2,740 (+6423.81%)
Mutual labels:  paper
PhD
Incremental Methods of Deep Learning for Detection and Classifcation in a Robotics Environment
Stars: ✭ 13 (-69.05%)
Mutual labels:  paper
MiniVox
Code for our ACML and INTERSPEECH papers: "Speaker Diarization as a Fully Online Bandit Learning Problem in MiniVox".
Stars: ✭ 15 (-64.29%)
Mutual labels:  paper
Awesome-Lane-Detection
A paper list with code of lane detection.
Stars: ✭ 34 (-19.05%)
Mutual labels:  paper

TiDB:基于 Raft 共识算法的 HTAP 数据库

为学读书,须是耐心,细意去理会,切不可粗心。为数重物,包裹在里面,无缘得见。必是今日去一重,又见得一重。明日又去一重,又见得一重。去尽皮,方见肉。去尽肉,方见骨。去尽骨,方见髓。(朱熹)

本 Repo 系我个人本科毕业论文开题准备工作之外文参考文献翻译,所选篇目为《TiDB: A Raft-based HTAP Database 》,目前在 GitHub 上同步进度。

特别声明 翻译的内容仅代表个人理解,不代表 PingCAP,内容的最终解释权归 PingCAP 所有。

原文简介

PingCAP 团队的论文《TiDB: A Raft-based HTAP Database 》入选 VLDB 2020 ,成为业界第一篇 Real-time HTAP 分布式数据库工业实现的论文。在本篇论文中,PingCAP 重点介绍了其研发的 TiDB 作为一款定位于在线事务处理和在线实时分析(HTAP)混合负载融合型分布式数据库产品的系统架构和核心特性。(摘选自《PingCAP 开源分布式数据库 TiDB 论文入选 VLDB》)

本论文原文见:http://www.vldb.org/pvldb/vol13/p3072-huang.pdf

本 Repo 中存有副本,位于 p3072-huang.pdf

原论文 PVLDB 引用格式

Dongxu Huang, Qi Liu, Qiu Cui, Zhuhe Fang, Xiaoyu Ma, Fei Xu, Li Shen, Liu Tang, Yuxing Zhou, Menglong Huang, Wan Wei, Cong Liu, Jian Zhang, Jianjun Li, Xuelian Wu, Lingyu Song, Ruoxi Sun, Shuaipeng Yu, Lei Zhao, Nicholas Cameron, Liquan Pei, Xin Tang. TiDB: A Raft-based HTAP Database. PVLDB, 13(12): 3072-3084, 2020.

DOI: https://doi.org/10.14778/3415478.3415535

相关信息

本译文由 Chojan Shang - @PsiACE - [email protected] 和任何参与此项目的贡献者共同发布。

项目地址 https://github.com/PsiACE/TiDB-A-Raft-based-HTAP-Database

赞助相关

许可协议

已致信 [email protected] 获得翻译授权,任何人在使用本 Repo 以及所涉材料时,应当遵循下述许可协议:

  • 本 Repo 中所涉原文以及文献之 PDF 的一切权利归原作者及其团队所有,仅供学习对照使用。原始论文以 CC-BY-NC-ND-4.0 发布。
  • 中文译本以 CC-BY-4.0 许可协议进行发布,请查阅 LICENSE 文件以获取更多信息。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].