powa-team / powa

PostgreSQL Workload Analyzer
http://powa.readthedocs.io/
PostgreSQL License
777 stars 57 forks source link

Fix pg_wait_sampling documentation #174

Closed marco44 closed 1 year ago

marco44 commented 1 year ago

We don't need the pid in pg_wait_sampling. It's even detrimental to performance, as the profile table would then contain #pid × #queries entries, which could be in the tens of millions...