Partitions
Methods related to the manipulation of the partitions in a collection.
create_partition() [READ MORE]
This operation creates a partition in the target collection.
drop_partition() [READ MORE]
This operation drops a specified partition from the current collection.
get_partition_stats() [READ MORE]
This operation displays the statistics collected on a specific partition.
has_partition() [READ MORE]
This operation checks whether the specified partition exists in the specified collection.
list_partitions() [READ MORE]
This operation lists the partitions in a specified collection.
load_partitions() [READ MORE]
This operation loads a specific set of partitions in a specified collection into memory.
release_partitions() [READ MORE]
This operation releases the partitions in a specified collection from memory.