Skip to content

Commit

Permalink
Update load_partition.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTsu1984 authored Sep 1, 2023
1 parent 48b7195 commit da7b93c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions site/en/userGuide/load_partition.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ summary: Learn how to load a partition into memory for search or query in Milvus

This topic describes how to load a partition to memory. Loading partitions instead of the whole collection to memory can significantly reduce the memory usage. All search and query operations within Milvus are executed in memory.

<<<<<<< HEAD
Milvus 2.1 or later allows users to load a partition as multiple replicas to utilize the CPU and memory resources of extra query nodes. This feature boost the overall QPS and throughput with extra hardware. It is supported on PyMilvus in current release.
=======
Since version 2.3.0, Milvus has enhanced its partition operations and now supports cascading load and release operations. This means that you can perform any combination of the following operations:

- Load a collection that has already been loaded.
Expand All @@ -19,7 +16,6 @@ Since version 2.3.0, Milvus has enhanced its partition operations and now suppor
- Load a partition, and reload it before release.

Milvus allows users to load a partition as multiple replicas to utilize the CPU and memory resources of extra query nodes. This feature boosts the overall QPS and throughput with extra hardware. It is supported on PyMilvus in current release.
>>>>>>> 201cc1f6b3697e1b3ea48676aa9c72a8d9ab6a5c

<div class="alert warning">
<ul>
Expand Down

0 comments on commit da7b93c

Please sign in to comment.