Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-cdy authored Feb 15, 2024
1 parent 615f87a commit 18e7923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BusTubDB-cRaft:基于cRaft的轻量级分布式关系型数据库内核

* 基于C++17和CMU-BustubDB,cRaft分布式化非查询语句(宕机或毁机依靠SQL日志回滚)
* 在cmu-BusTubDB的基础上实现了存储引擎、B+树索引构建、SQL执行器和优化器、并发控制等
* 在cmu-BusTubDB的基础上实现了缓存池、B+树索引构建、SQL执行器和优化器、并发控制等
* 分布式环境下客户端并发请求采用保证线性一致性为基准。

> 主要是结合mit 6.824与cmu15445两个课程下做的一个小玩具
Expand Down

0 comments on commit 18e7923

Please sign in to comment.