From 41c3ac9e26b3e8514f6b73eea88585831436bcf0 Mon Sep 17 00:00:00 2001
From: liyang0608 <264327807@qq.com>
Date: Fri, 24 Jul 2020 09:24:56 +0800
Subject: [PATCH] modifeid MOT
---
content/en/docs/Developerguide/mot.md | 12 +++++++++---
content/en/docs/Developerguide/overview-60.md | 11 +++++++++++
content/en/menu/index.md | 2 +-
3 files changed, 21 insertions(+), 4 deletions(-)
create mode 100644 content/en/docs/Developerguide/overview-60.md
diff --git a/content/en/docs/Developerguide/mot.md b/content/en/docs/Developerguide/mot.md
index 87bf497bb..71ef86250 100644
--- a/content/en/docs/Developerguide/mot.md
+++ b/content/en/docs/Developerguide/mot.md
@@ -1,10 +1,16 @@
# MOT
-- **[Introducing MOT](introducing-mot.md)**
-- **[Using MOT](using-mot.md)**
+MOT is a high-performance row-based memory-optimized transactional storage engine (rowstore) that is a feature of Huawei’s openGauss.
+This user manual describes the openGauss Memory-Optimized Tables (MOT) engine, how it works, how to deploy it and how to use it.
-- **[Concepts of MOT](mot-concepts.md)**
+## About This Manual
+- [Chapter 1, Introducing MOT](introducing-mot.md) introduces Huawei’s openGauss Memory-Optimized Tables (MOT), describes its features and benefits, key technologies, applicable scenarios, performance benchmarks and its competitive advantages.
+- [Chapter 2, Using MOT](using-mot.md) describes how to deploy, use and manage openGauss MOT. Using MOT tables is quite simple. The syntax of all MOT commands is the same as for openGauss diskbased tables. Only the create and drop table statements in MOT differ from the statements for disk-based tables in openGauss. You may refer to this chapter in order to learn how to get started, how to convert a diskbased table into a MOT table, how to use MOT’s Query Native Compilation feature and about MOT’s limitations and coverage. MOT administration options are also described here. This chapter also describes e how to perform a TPC-C benchmark.
+- [Chapter 3, MOT Concepts ](mot-concepts.md) describes how openGauss MOT is designed and how it works. It also sheds light on its advanced features and capabilities and how to use them. This chapter serves to educate the reader about various technical details of how MOT operates, details of important MOT features and innovative differentiators. The content of this chapter may be useful for decision-making regarding MOT’s suitability to specific application requirements and for using and managing it most efficiently.
+## Audience
+Database users, such as DBAs and application developers, should read [Chapter 1, Introducing MOT](introducing-mot.md), and pay special attention to [Chapter 2, Using MOT](using-mot.md). If needed, more answers can be found in [Chapter 3, MOT Concepts ](mot-concepts.md) .
+Software architects and expert database developers may want to read [Chapter 3, MOT Concepts ](mot-concepts.md) closely in addition to the other chapters.
\ No newline at end of file
diff --git a/content/en/docs/Developerguide/overview-60.md b/content/en/docs/Developerguide/overview-60.md
new file mode 100644
index 000000000..7f6c25648
--- /dev/null
+++ b/content/en/docs/Developerguide/overview-60.md
@@ -0,0 +1,11 @@
+# Overview
+
+- **[Database Logical Architecture](database-logical-architecture.md)**
+
+- **[Query Request Handling Process](query-request-handling-process.md)**
+
+- **[Managing Transactions](managing-transactions.md)**
+
+- **[Concepts](concepts.md)**
+
+
diff --git a/content/en/menu/index.md b/content/en/menu/index.md
index 6a7ddeda7..8e37da913 100644
--- a/content/en/menu/index.md
+++ b/content/en/menu/index.md
@@ -313,7 +313,7 @@ headless: true
- [Performance Logs]({{< relref "./docs/Administratorguide/performance-logs.md" >}})
- [Developer Guide]({{< relref "./docs/Developerguide/Developerguide.md" >}})
- - [Overview]({{< relref "./docs/Developerguide/overview.md" >}})
+ - [Overview]({{< relref "./docs/Developerguide/overview-60.md" >}})
- [Database Logical Architecture]({{< relref "./docs/Developerguide/database-logical-architecture.md" >}})
- [Query Request Handling Process]({{< relref "./docs/Developerguide/query-request-handling-process.md" >}})
- [Managing Transactions]({{< relref "./docs/Developerguide/managing-transactions.md" >}})
--
Gitee