Hi
It can be caused due to Table Bloat, table bloat can slow down queries. Use the pg_repack extension or VACUUM FULL to try ti fix this table bloat issue.
You can refer to following link
Regards
Kashif Zeeshan
Hello,PG V11Select count(*) from table1Returns 10456432Select field1, field2 from table1 where field3> '2024-07-18 12:00:00'Times outThe above query was working fine for the past 2 years.Backup was taken a day back. Need to recover complete data as far as possible.Any possible way(s) to do this?BKR Sivaprakash