2
0
Fork 0
mirror of https://github.com/Vonng/ddia.git synced 2026-06-25 10:56:50 +08:00

fix sidebar order

This commit is contained in:
sponge 2021-10-09 22:40:34 -07:00
parent 96dd3f6a4d
commit d3535d4d84
9 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
# PART I: Foundations of Data Systems
# PART I: Foundations of Data Systems<!-- {docsify-ignore-all} -->
The first four chapters go through the fundamental ideas that apply to all data sys tems, whether running on a single machine or distributed across a cluster of machines:

View file

@ -1,4 +1,4 @@
# PART II: Distributed Data
# PART II: Distributed Data<!-- {docsify-ignore-all} -->
> *For a successful technology, reality must take precedence over public relations, for nature cannot be fooled.*
>

View file

@ -1,4 +1,4 @@
# PART III: Derived Data
# PART III: Derived Data<!-- {docsify-ignore-all} -->
In Parts [I](part-i.md) and [II](part-ii.md) of this book, we assembled from the ground up all the major consid erations that go into a distributed database, from the layout of data on disk all the way to the limits of distributed consistency in the presence of faults. However, this discussion assumed that there was only one database in the application.

View file

@ -1,4 +1,4 @@
# 第一部分:数据系统的基石
# 第一部分:数据系统的基石<!-- {docsify-ignore-all} -->
本书前四章介绍了数据系统底层的基础概念,无论是在单台机器上运行的单点数据系统,还是分布在多台机器上的分布式数据系统都适用。

View file

@ -1,4 +1,4 @@
# 第二部分:分布式数据
# 第二部分:分布式数据<!-- {docsify-ignore-all} -->
> 一个成功的技术,现实的优先级必须高于公关,你可以糊弄别人,但糊弄不了自然规律。
>

View file

@ -1,4 +1,4 @@
# 第三部分:衍生数据
# 第三部分:衍生数据<!-- {docsify-ignore-all} -->
在本书的[第一部分](part-i.md)和[第二部分](part-ii.md)中,我们自底向上地把所有关于分布式数据库的主要考量都过了一遍。从数据在磁盘上的布局,一直到出现故障时分布式系统一致性的局限。但所有的讨论都假定了应用中只用了一种数据库。

View file

@ -1,4 +1,4 @@
# 第一部分:資料系統的基石
# 第一部分:資料系統的基石<!-- {docsify-ignore-all} -->
本書前四章介紹了資料系統底層的基礎概念,無論是在單臺機器上執行的單點資料系統,還是分佈在多臺機器上的分散式資料系統都適用。

View file

@ -1,4 +1,4 @@
# 第二部分:分散式資料
# 第二部分:分散式資料<!-- {docsify-ignore-all} -->
> 一個成功的技術,現實的優先順序必須高於公關,你可以糊弄別人,但糊弄不了自然規律。
>

View file

@ -1,4 +1,4 @@
# 第三部分:衍生資料
# 第三部分:衍生資料<!-- {docsify-ignore-all} -->
在本書的[第一部分](part-i.md)和[第二部分](part-ii.md)中,我們自底向上地把所有關於分散式資料庫的主要考量都過了一遍。從資料在磁碟上的佈局,一直到出現故障時分散式系統一致性的侷限。但所有的討論都假定了應用中只用了一種資料庫。