This is not necessarily a major issue. It is simply an advisory that a significant number of rows in the table have been inserted, updated or deleted and that in order to have reliable statistics, a vacuum analyze should be done.
Depending on the number of rows in the table and the difference between actual row count and and the current statistics row count, you can decide if you need to vacuum analyze or delay.On Thu, Nov 12, 2015 at 1:02 PM, anj patnaik <patna73@xxxxxxxxx> wrote:
I get this warning when trying to fetch data for a postgres db. Does this indicate a real issue? ThanksRunning VACUUM recommendedThe estimated rowcount on the table "recorder" deviates significantly from the actual rowcount. You should run VACUUM ANALYZE on this table.
--
Melvin Davidson
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you.
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you.