Re: Autovacuum in the backend - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: Autovacuum in the backend
Date
Msg-id 42B28946.8080002@pse-consulting.de
Whole thread Raw
In response to Re: Autovacuum in the backend  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
Responses Re: Autovacuum in the backend
List pgsql-hackers
Qingqing Zhou wrote:
> "Tom Lane" <tgl@sss.pgh.pa.us> writes:
> 
>>Yeah --- a libpq-based solution is not what I think of as integrated at
>>all, because it cannot do anything that couldn't be done by the existing
>>external autovacuum process.  About all you can buy there is having the
>>postmaster spawn the autovacuum process, which is slightly more
>>convenient to use but doesn't buy any real new functionality.
>>
> 
> 
> One reason of not using lib-pq is that this one has to wait for the
> completion of each vacuum (we don't has async execution in libpq right?),

There *is* async execution in libpq, and it works.

Regards,
Andreas


pgsql-hackers by date:

Previous
From: "William ZHANG"
Date:
Subject: Re: Utility database (Was: RE: Autovacuum in the backend)
Next
From: Andreas Pflug
Date:
Subject: Re: Utility database (Was: RE: Autovacuum in the backend)