Live query auto-tuner and performance optimization.
neuranmon monitors query performance and automatically tunes parameters for optimal performance.
shared_preload_libraries = 'neurondb'
neurondb.neuranmon_enabled = true
neurondb.neuranmon_interval = 60 -- seconds-- View auto-tuning statistics
SELECT * FROM neurondb.query_performance;
-- Get tuning recommendations
SELECT * FROM neurondb.tuning_recommendations;For detailed documentation on query auto-tuning, performance optimization, and monitoring, visit:
- Background Workers - Overview
- Monitoring - Performance monitoring