Skip to content

Commit

Permalink
Renamed get started.
Browse files Browse the repository at this point in the history
  • Loading branch information
PahudPlus committed Jul 13, 2020
1 parent cb91774 commit a1ee5cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions site/zh-CN/menuStructure/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
},
{
"id": "create_drop_partition_python.md",
"title": "在 collection 中创建或删除分区",
"title": "创建或删除分区",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
Expand All @@ -199,7 +199,7 @@
},
{
"id": "create_drop_index_python.md",
"title": "在 collection 中创建或删除索引",
"title": "创建或删除索引",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
Expand All @@ -215,15 +215,15 @@
},
{
"id": "flush_python.md",
"title": "对 collection 中的数据执行 flush 操作",
"title": "执行 flush 操作",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
"order": 7
},
{
"id": "compact_python.md",
"title": "对 collection 中的 segment 执行 compact 操作",
"title": "执行 compact 操作",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
Expand Down
2 changes: 1 addition & 1 deletion site/zh-CN/quick_start/get_started/compact_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: compact_python.md
---


# 对 collection 中的 segment 执行 compact 操作
# 执行 compact 操作

Segment 是 Milvus 自动将插入的向量数据合并所获得的数据文件。一个 collection 可包含多个 segment 。如果一个 segment 中的向量数据被删除,被删除的向量数据占据的空间并不会自动释放。你可以对 collection 中的 segment 进行 compact 操作以释放多余空间。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: create_drop_partition_python.md
---

# 在 collection 中创建或删除分区
# 创建或删除分区

本页提供创建或删除分区的 Python 示例代码。

Expand Down
2 changes: 1 addition & 1 deletion site/zh-CN/quick_start/get_started/flush_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: flush_python.md
---

# 对 collection 中的数据执行 flush 操作
# 执行 flush 操作

当你在进行有关数据更改的操作时,你可以将 collection 中的数据从内存中进行 flush 操作使数据落盘。Milvus 也会执行自动 flush。自动 flush 会在固定的时间周期(1 秒)将所有现存 collection 的数据进行 flush 操作。

Expand Down

0 comments on commit a1ee5cb

Please sign in to comment.