DocumentationNeurondB Documentation

neurandefrag - Index Maintenance

Overview

neurandefrag automatically maintains and optimizes vector indexes.

Configuration

postgresql.conf

shared_preload_libraries = 'neurondb'
neurondb.neurandefrag_enabled = true
neurondb.neurandefrag_interval = 3600  -- seconds

Index Maintenance

Check index health

-- 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: neurandefrag Documentation

Related Topics