neurandefrag - Index Maintenance
Automatic index maintenance and defragmentation.
Overview
neurandefrag automatically maintains and optimizes vector indexes.
Configuration
shared_preload_libraries = 'neurondb'neurondb.neurandefrag_enabled = trueneurondb.neurandefrag_interval = 3600 -- seconds
Index Maintenance
-- Check index health SELECT * FROM neurondb.index_health; -- View maintenance status SELECT * FROM neurondb.index_maintenance_status;
Learn More
For detailed documentation on index maintenance, defragmentation strategies, and performance optimization, visit:
Related Topics
- Background Workers - Overview
- Indexing - Index creation