Partition
createPartition() [READ MORE]
MilvusClient interface. This method creates a partition in the specified collection.
dropPartition() [READ MORE]
MilvusClient interface. This method drops a partition. Note that this method drops all data in this partition and the default partition cannot be dropped.
getPartitionStatistics() [READ MORE]
MilvusClient interface. This method shows the statistical information of a partition.
hasPartition() [READ MORE]
MilvusClient interface. This method checks if a partition exists in the specified collection.
loadPartitions() [READ MORE]
MilvusClient interface. This method loads partitions' data into query nodes' memory before the search or query.
releasePartitions() [READ MORE]
MilvusClient interface. This method releases partitions' data from memory.
showPartitions() [READ MORE]
MilvusClient interface. This method shows all partitions in the specified collection.