pawurb / ruby-pg-extras

Ruby PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
MIT License
137 stars 11 forks source link

RubyPGExtras.pg_stat_statements_reset #3

Closed defkode closed 2 years ago

defkode commented 2 years ago

Lots of queries here depend on pg_stat_statementsextension. Sometimes it's worth to reset gathered data and base only on fresh statistics to draw correct conclusions.

pawurb commented 2 years ago

Please add method name to ruby-pg-extras/blob/master/lib/ruby-pg-extras.rb