Files
pg_stat_monitor/Makefile
Hamid Akhtar 2c9013917a Setting up framework for locally tracking the queries without using shared hash table (#375)
This is the initial framework for locally maintaining hash entries so that we can insert the data in one go in the hash table being maintained in the shared memory.

Pending issues:

This causes the regression to fail (and crash) from the counters test case
The top query test case is failing,
pgsm_store function is not saving all the data at the moment, especially the buffers, JIT and WAL information.
The total time needs to be stored separately for planning and execution.
2023-02-13 13:14:52 +05:00

1.3 KiB