Management
Methods for you to index, load, and release a collection.
alterIndexProperties() [READ MORE]
This operation modifies the settings of specific index properties.
createIndex() [READ MORE]
This operation creates an index for a specific collection.
describeIndex() [READ MORE]
This operation describes a specific index.
dropIndex() [READ MORE]
This operation drops an index from a specific collection.
dropIndexProperties() [READ MORE]
This operation resets the index properties to their default values.
flush() [READ MORE]
This operation manually seals a segment and persists the data on disk. It is recommended that this operation be called after all the data has been inserted into a collection.
flushSync() [READ MORE]
This operation manually seals a segment and persists the data on disk. It is recommended that this operation be called after all the data has been inserted into a collection. This is the synchronous function that ensures the flush operation is complete before the function returns.
getFlushState() [READ MORE]
This operation returns the flush status of a specific segment.
getIndexBuildProgress() [READ MORE]
This operation gets the build progress of the specified index.
getIndexState() [READ MORE]
This operation gets the status of the specified index.
getLoadingProgress() [READ MORE]
This operation gets the loading progress of a specific collection.
getLoadState() [READ MORE]
This operation displays whether a specified collection or partition is loaded or not.
listIndexes() [READ MORE]
This operation lists the indexes of a specific collection
loadCollection() [READ MORE]
This operation loads the data of a specific collection into memory.
loadCollectionSync() [READ MORE]
This operation loads the data of a specific collection into memory. This is the synchronous function that helps to ensure that the specified collection has been loaded.
refreshLoad() [READ MORE]
This operation refreshes the loading status of a specific collection.
releaseCollection() [READ MORE]
This operation releases the data of a specific collection from memory.