Re: Turning off HOT/Cleanup sometimes - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: Turning off HOT/Cleanup sometimes
Date
Msg-id 55390552.4070805@BlueTreble.com
Whole thread Raw
In response to Re: Turning off HOT/Cleanup sometimes  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Turning off HOT/Cleanup sometimes
List pgsql-hackers
On 4/23/15 8:25 AM, Robert Haas wrote:
> Some users are partitioning tables just so that each
> partition can be autovac'd separately.  That really shouldn't be
> required.

Are they doing this for improved heap scan performance? Index scan 
performance? If the table wasn't partitioned, would they need more than 
one pass through the indexes due to exhausting maintenance_work_mem?

There's probably some fairly low-hanging fruit for parallelizing vacuum, 
but it really depends on what problems people are running into.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: anole - test case sha2 fails on all branches
Next
From: Jim Nasby
Date:
Subject: Re: Allow SQL/plpgsql functions to accept record