Hacker News new | ask | show | jobs
by pramsey 1436 days ago
You can check if your data remain correlated after your updates. It's possible they do: SELECT correlation FROM pg_stats WHERE tablename = 'mytable' AND attname = 'mytimestamp';
1 comments

Oh nice! I had no idea, I'll try it, thanks :)