mirror of https://github.com/milvus-io/milvus.git
Updated Getting started (markdown)
parent
b8da9d0bff
commit
5f4383996d
|
@ -113,6 +113,9 @@ await milvusClient.dataManager.flush({ collection_names: [collection_name] });
|
|||
|
||||
# Loading
|
||||
Before searching, you need to load the data from disk to memory.
|
||||
> **Warning:**
|
||||
>
|
||||
> In current release, data to be load must be under 70% of the total memory resources of all query nodes to reserve memory resources for execution engine.
|
||||
|
||||
**In Python**
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue