View Single Post

   
  #2 (permalink)  
Old 04-18-2008, 11:02 AM
Tom Lane
 
Posts: n/a
Default Re: Have vacuum emit a warning when it runs out of maintenance_work_mem

Jim Nasby <decibel@decibel.org> writes:
> Any time this happens it's generally a nasty surprise for users.


Really? Running out of work memory is expected on large tables.

> It would be nice to throw them an explicit warning that it's occurring.


I think this is a bad idea. It's furthermore pretty useless in the
autovacuum world, since no one is likely to see the warning.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote