DocumentationNeuronDB Documentation
Documentation Branch: You are viewing documentation for the main branch (3.0.0-devel). Select a branch to view its documentation:

neuranmon - Live Query Auto-Tuner

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 = true
neurondb.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:

neuranmon Documentation