Re: embedded/"serverless" (Re: serverless postgresql) - Mailing list pgsql-general

From Tom Lane
Subject Re: embedded/"serverless" (Re: serverless postgresql)
Date
Msg-id 23679.1074829887@sss.pgh.pa.us
Whole thread Raw
In response to Re: embedded/"serverless" (Re: serverless postgresql)  (Steve Atkins <steve@blighty.com>)
List pgsql-general
Steve Atkins <steve@blighty.com> writes:
> [ much snipped ]
> Vacuuming and analysing can be handled using the algorithms (and the code,
> come to that) from pg_autovacuum.

Autovacuum will undoubtedly migrate into the core.  I'm not sure how
soon, or whether the end result will look much like the present
contrib code, but everybody agrees that this is something we need for
main-line development.  Accordingly, I don't see the point in expending
extra effort on this in a (hypothetical) embedded-like wrapper for PG.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Upcoming events
Next
From: Tom Lane
Date:
Subject: Re: Support for functions returning mutliple result sets?