Synthesizing CRDT Synthesizing CRDTs from Sequential Data Types with Verified Lifting论文阅读 2022-05-31 database #paper_read #database
VLDB 2014 RAMP_TAO论文阅读 阅读RAMP_TAO Layering Atomic Transactions on Facebook’s Online TAO Data Store笔记,接着上篇RAMP的思路继续。 2022-05-28 database #paper_read #database
SIGMOD 2014 RAMP论文阅读 阅读Scalable Atomic Visibility with RAMP Transactions笔记。 2022-05-28 database #paper_read #database #isolation
SIGMOD 2017&2018 Aurora 论文阅读 SIGMOD 2017:Amazon Aurora: Design Considerations for High Throughput Cloud-Native Relational DatabasesSIGMOD 2018:Amazon Aurora: On Avoiding Distributed Consensus for I/Os,Commits, and Membership Chan 2022-05-20 database #paper_read #database
VLDB 2021 CoCo论文阅读 阅读Epoch based Commit and Replication in Distributed OLTP笔记。 2022-04-19 database #paper_read #database #并发控制 #OCC #txn
OSDI 2021 VEGITO 论文阅读 阅读Retrofitting High Availability Mechanism to Tame Hybrid Transaction/Analytical Processing笔记。 2022-04-01 database #paper_read #database #HTAP
SIGMOD 2020 CockRoach 论文阅读 CockroachDB: The Resilient Geo-Distributed SQL Database阅读笔记 2022-03-30 database #paper_read #database #cockroach
CRDB源码编译 在上篇记录了如何初步使用CRDB,但是想要更多了解CRDB以及为了完成CRDB客户端没实现(可能我没找到)的某些功能,就需要自行阅读源码进行更改并进行编译 2022-03-26 database #database #system
SIGMOD 2015 The Homeostasis Protocol论文阅读 阅读The Homeostasis Protocol: Avoiding Transaction Coordination Through Program Analysis论文笔记 2022-03-25 database #paper_read #database