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