Question : RDS Aurora PostgreSQL 10.14 instance db.r5.4xlarge. I’m trying to figure out some high RDS IO costs in my […]
Tag: pg-stat-statements
ERROR: invalid byte sequence for encoding “UTF8”: 0x00 in pg_stat_statements
Question : I’m attempting to use pg_stat_statements to optimise my queries but ran into an unexpected roadblock. SELECT total_plan_time + […]
Why does pg_stat_statement need to be included in shared_preload_libraries?
Question : I am working on AWS RDS Postgres v9.6, and also v14. I noticed that in our shared_preload_libraries parameter, […]