Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 887 Bytes

File metadata and controls

37 lines (23 loc) · 887 Bytes

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

Related Topics