benchbase icon indicating copy to clipboard operation
benchbase copied to clipboard

Enable advanced monitoring for SQLServer & Postgres.

Open anjagruenheid opened this issue 1 year ago • 2 comments

This PR introduces advanced monitoring (per query and system stats) for SQL Server and Postgres. Anyone currently using monitoring will not be impacted as advanced monitoring will need to be enabled with a new CL option (mt=advanced).

In essence, this code addition allows users to run queries against system tables (SQL Server) or plugins (Postgres) which allows us to extract system and query usage statistics while benchmarking (query plans, query text, pattern execution counts, cache hits etc.).

anjagruenheid avatar Apr 10 '23 09:04 anjagruenheid