This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 466e5ec7de1 [fix](doc) typo fix in metaInfoActionV2 page (#29086)
466e5ec7de1 is described below
commit 466e5ec7de124b6e5665b4181a0ff932422867d4
Author: Nitin-Kashyap <[email protected]>
AuthorDate: Wed Dec 27 16:24:46 2023 +0700
[fix](doc) typo fix in metaInfoActionV2 page (#29086)
---
docs/en/docs/admin-manual/http-actions/fe/meta-info-action-V2.md | 2 +-
docs/en/docs/advanced/cold-hot-separation.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/admin-manual/http-actions/fe/meta-info-action-V2.md
b/docs/en/docs/admin-manual/http-actions/fe/meta-info-action-V2.md
index 27c10017fe5..99fd341caf2 100644
--- a/docs/en/docs/admin-manual/http-actions/fe/meta-info-action-V2.md
+++ b/docs/en/docs/admin-manual/http-actions/fe/meta-info-action-V2.md
@@ -66,7 +66,7 @@ None
{
"msg":"success",
"code":0,
- "data":["databese list" / "table list" / "table schema"],
+ "data":["database list" / "table list" / "table schema"],
"count":0
}
```
diff --git a/docs/en/docs/advanced/cold-hot-separation.md
b/docs/en/docs/advanced/cold-hot-separation.md
index 64faca74e99..fadd0ed8c9c 100644
--- a/docs/en/docs/advanced/cold-hot-separation.md
+++ b/docs/en/docs/advanced/cold-hot-separation.md
@@ -46,7 +46,7 @@ The cold and hot separation supports all doris functions, but
only places some d
- Remote object space recycling recycler. If the table and partition are
deleted, or the space is wasted due to abnormal conditions in the cold and hot
separation process, the recycler thread will periodically recycle, saving
storage resources
- Cache optimization, which caches the accessed cold data to be local,
achieving the query performance of non cold and hot separation
- Be thread pool optimization, distinguish whether the data source is local or
object storage, and prevent the delay of reading objects from affecting query
performance
-- newly created materialized view would inherit storage policy from it's base
table's correspoding partition
+- newly created materialized view would inherit storage policy from it's base
table's corresponding partition
## Storage policy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]