How to Set Up a Mechanism to Capture pg_stat_statements in a Persistent Table
Let’s see how to capture pg_stat_statements from all the nodes in a persistent table to use for analysis. The data can then be stored in YugabyteDB tables, accessible from any node unless purged. Want to see how it can be done?