vacuum and query plans? - Mailing list pgsql-admin

From MirrorX
Subject vacuum and query plans?
Date
Msg-id 1536759109470-0.post@n3.nabble.com
Whole thread Raw
Responses Re: vacuum and query plans?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
hello,
a bit of a theoretical question if you dont mind..
i ve seen lately more and more occurences of queries having huge planning
times (>500ms) while their execution time is very low (<10ms). at that
point, if a vacuum is executed on the table involved (without analyze) then
the planning time goes back to 'normal'. could someone elaborate on the
connection between planning time and what vacuum does? i am asking bc i
would have thought that an analyze would have resolved the issue (with
increased sampling for example) but it didnt. only vacuum does resolve it.

thank you in advance


(the version is 9.4.x)



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html


pgsql-admin by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Questions
Next
From: Tom Lane
Date:
Subject: Re: vacuum and query plans?