Skip to content

Commit 831a2fa

Browse files
Milvus-doc-botMilvus-doc-bot
Milvus-doc-bot
authored and
Milvus-doc-bot
committed
Release new docs
1 parent 1f83265 commit 831a2fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

v2.4.x/site/en/userGuide/search-query-get/with-iterators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ title: With Iterators
77

88
# With Iterators
99

10-
Milvus provides search and query iterators for iterating results with a large volume of entities. Since Milvus limits TopK to 16384, users can use iterators to return large numbers or even whole entities in a collection in batch mode.
10+
Milvus provides search and query iterators for iterating through a large volume of entities. Since Milvus limits TopK to 16384, users can use iterators to return large numbers or even whole entities in a collection in batch mode.
1111

1212
## Overview
1313

14-
Iterators are powerful tools that help you iterate through a large volume of or all data within a collection using primary key values and Boolean expressions. This can significantly improve the way you retrieve data. Unlike the traditional use of __offset__ and __limit__ parameters, which may become less efficient over time, iterators offer a more scalable solution.
14+
Iterators are efficient tool for scanning a whole collection or iterating through a large volume of entities by specifying primary key values or a filter expression. Compared to a search or query call with __offset__ and __limit__ parameters, using iterators is more efficient and scalable.
1515

1616
### Benefits of using iterators
1717

@@ -35,7 +35,7 @@ Iterators are powerful tools that help you iterate through a large volume of or
3535

3636
## Preparations
3737

38-
The following steps repurpose the code to connect to Milvus, quickly set up a collection, and insert over 10,000 randomly generated entities into the collection.
38+
The following preparation step connects to Milvus and inserts randomly generated entities into a collection.
3939

4040
### Step 1: Create a collection
4141

0 commit comments

Comments
 (0)