laurenz / pgreplayLinks
pgreplay reads a PostgreSQL log file (*not* a WAL file), extracts the SQL statements and executes them in the same order and relative time against a PostgreSQL database cluster.
☆233Updated last month
Alternatives and similar repositories for pgreplay
Users that are interested in pgreplay are comparing it to the libraries listed below
Sorting:
- A PostgreSQL extension for collecting statistics about predicates, helping find what indices are missing☆312Updated last week
- Tool for query progress monitoring in PostgreSQL☆157Updated 3 weeks ago
- Show query plans of all currently running SQL statements☆198Updated last month
- Background worker for monitoring PostgreSQL☆71Updated this week
- pganalyze statistics collector for gathering PostgreSQL metrics and log data☆375Updated this week
- Faults pages into PostgreSQL shared_buffers or filesystem caches in advance of WAL apply☆57Updated 6 years ago
- contrib/amcheck from Postgres v11 backported to earlier Postgres versions☆74Updated 4 years ago
- Gather statistics about physical disk access and CPU consumption done by backends.