Skip to content

Commit

Permalink
[fix](doc) typo fix in metaInfoActionV2 page (#29086)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin-Kashyap authored Dec 27, 2023
1 parent 62c8acf commit 466e5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```
2 changes: 1 addition & 1 deletion docs/en/docs/advanced/cold-hot-separation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 466e5ec

Please sign in to comment.