I read this article https://pganalyze.com/blog/introducing-postgres-plan-statistics-for-amazon-aurora, and it says:
Functionally, at the surface, pg_store_plans seems comparable to what aurora_stat_plans offers. However, we've found one main reason to not use pg_store_plans in production today: It has considerable overhead in how it calculates the planid.
Have those issues been addressed?
I cannot tell if the maintainers were even made aware of.
I read this article https://pganalyze.com/blog/introducing-postgres-plan-statistics-for-amazon-aurora, and it says:
Have those issues been addressed?
I cannot tell if the maintainers were even made aware of.