[RIP-9] Modify the article layout format (#1033)

* Modify the article layout format

* Update Design_Store.md
This commit is contained in:
androidvov
2019-03-06 19:18:31 +08:00
committed by dinglei
parent 4f8d96c4a7
commit 9cf0979761
+4 -1
View File
@@ -3,7 +3,10 @@
![](images/rocketmq_storage_arch.png)
Message storage is the most complicated and important part of RocketMQ. This section will describe the three aspects of RocketMQ: message storage architecture, PageCache and memory mapping, and RocketMQ's two different disk flushing methods.
Message storage is the most complicated and important part of RocketMQ. This section will describe the three aspects of RocketMQ:
* Message storage architecture
* PageCache and memory mapping
* RocketMQ's two different disk flushing methods.
## 1 Message Storage Architecture