Re: pg_restore followed by immediate VACUUM ANALYZE - Mailing list pgsql-sql

From Bryce Nesbitt
Subject Re: pg_restore followed by immediate VACUUM ANALYZE
Date
Msg-id 4B1494A6.8070300@obviously.com
Whole thread Raw
In response to Re: pg_restore followed by immediate VACUUM ANALYZE  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_restore followed by immediate VACUUM ANALYZE  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Tom Lane wrote:<br /><blockquote cite="mid:19189.1259639712@sss.pgh.pa.us" type="cite"><blockquote type="cite"><pre
wrap="">Doespg_restore not update the query planner statistics?   </pre></blockquote><pre wrap="">
 
Correct.  Autovacuum might fix them eventually, but usually it's
worth forcing the issue once you've completed your data loading.
(This might involve multiple steps, which is why pg_restore
doesn't try to force it for you.)</pre></blockquote> Hmm.  It seems like pg_restore would already know 90% of what it
needsto in this case.<br /> Of course I'm just trying to cut down on the 4+ hour VACUUM ANALYZE.  But thanks for<br />
thenote, I'll look elsewhere for speed improvements.<br /> 

pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_restore followed by immediate VACUUM ANALYZE
Next
From: Tom Lane
Date:
Subject: Re: pg_restore followed by immediate VACUUM ANALYZE