Partitions
Methods related to the manipulation of the partitions in a collection.
createPartition() [READ MORE]
This operation creates a partition in the target collection.
dropPartition() [READ MORE]
This operation drops a specified partition from the current collection.
getPartitionStatistics() [READ MORE]
This operation displays the statistics collected on a specific partition.
hasPartition() [READ MORE]
This operation checks whether the specified partition exists in the specified collection.
listPartitions() [READ MORE]
This operation lists the partitions in a specified collection.
loadPartitions() [READ MORE]
This operation loads a specific set of partitions in a specified collection into memory.
releasePartitions() [READ MORE]
This operation releases the partitions in a specified collection from memory.