View Single Post

   
  #6 (permalink)  
Old 04-12-2008, 07:34 AM
Jim C. Nasby
 
Posts: n/a
Default Re: pg_dump ANALYZE statements

On Mon, Jan 22, 2007 at 03:40:17PM +0000, Simon Riggs wrote:
> This would add a table-specific ANALYZE statement following each table's
> actions.


It'd probably be best to put it before any index creating activities,
since there's a better chance of everything from the table being in
shared buffers.

Better yet would be if COPY could analyze data as it was loaded in...
--
Jim Nasby jim@nasby.net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote