View Single Post

   
  #4 (permalink)  
Old 04-12-2008, 03:32 AM
Tom Lane
 
Posts: n/a
Default Re: pgbench create index anomoly

"Jim C. Nasby" <jnasby@pervasive.com> writes:
> What's with the second workMem setting?


That's the second sort bucket for recently-dead tuples (which still have
to be indexed, but shouldn't be fed into the unique-checking sort).
We assume there won't be a lot of them, hence don't use
maintenance_work_mem to size that sort.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote