Raw Package Information

Package: pgreplay
Version: 1.5.0-1.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: libc6 (>= 2.34), libpq5
Homepage: https://laurenz.github.io/pgreplay/
Priority: optional
Section: admin
Filename: pool/main/p/pgreplay/pgreplay_1.5.0-1.pgdg22.04+1_amd64.deb
Size: 32364
SHA256: 9175d02d841b47dc5fbc66f080e4c888ea8fc3651182b23b1d6822b6755983bd
SHA1: 086754741bf44284ecb3635941546e4446be352c
MD5sum: cdb455924c90ea618ad9d07d9ffa582e
Description: replay PostgreSQL log files
 Reads a PostgreSQL log file (*not* a WAL file), extracts the SQL
 statements and executes them in the same order and with the original
 timing against a PostgreSQL database.
 .
 If the execution of statements gets behind schedule, warning messages
 are issued that indicate that the server cannot handle the load in a
 timely fashion.
 .
 A final report gives you a useful statistical analysis of your workload
 and its execution.
 .
 The idea is to replay a real-world database workload as exactly
 as possible.
 .
 This is useful for performance tests, particularly in the following
 situations:
  - You want to compare the performance of your PostgreSQL application on
    different hardware or different operating systems.
  - You want to upgrade your database and want to make sure that the new
    database version does not suffer from performance regressions that
    affect you.