Hi all,
select stats_reset from pg_stat_database;
It says the statistics were reseted back in 2014.
I want to reset it now (production database), to get more clear data.
select pg_stat_reset();
Should be ok? Those stats aren't used for Query plan, right?
Thanks
Patrick