Purge index

Purpose: Delete all index nodes.

 purge-index <index>

purge-index will delete all <index> nodes; <index> must have been created with new-index. All of <index>'s nodes, and their keys/values all deleted.

After purge-index, the index is empty and you can use it again (write into it, read from it etc.).
Examples
Delete all index data:
 new-index myindex
 ...
 purge-index myindex

See also
Index
delete-index  
get-index  
new-index  
purge-index  
read-index  
use-cursor  
write-index  
See all
documentation


Copyright (c) 2019-2024 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.