Skip to content

Reduce cardinality of pg_stat_statements

Ben Kochie requested to merge bjk/filter_stat_statements into master
  • Eliminate excess block read/write columns.
  • Reduce from unlimited queryids to the top p50.

Fixes: https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/8882

Signed-off-by: Ben Kochie bjk@gitlab.com

Edited by Ben Kochie

Merge request reports