DocumentationNeurondB Documentation

neuranmon - Live Query Auto-Tuner

Overview

neuranmon monitors query performance and automatically tunes parameters for optimal performance.

Configuration

postgresql.conf

shared_preload_libraries = 'neurondb'
neurondb.neuranmon_enabled = true
neurondb.neuranmon_interval = 60  -- seconds

Monitor Performance

View auto-tuning statistics

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

Related Topics