From 9cf0979761ecd3ebd0fc2163b2be4906c3f953b4 Mon Sep 17 00:00:00 2001 From: androidvov Date: Wed, 6 Mar 2019 19:18:31 +0800 Subject: [PATCH] [RIP-9] Modify the article layout format (#1033) * Modify the article layout format * Update Design_Store.md --- docs/en/Design_Store.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/Design_Store.md b/docs/en/Design_Store.md index 6cd85404..b995fcaf 100644 --- a/docs/en/Design_Store.md +++ b/docs/en/Design_Store.md @@ -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 -- GitLab