Re: Single client performance on trivial SELECTs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Single client performance on trivial SELECTs
Date
Msg-id 20197.1302813963@sss.pgh.pa.us
Whole thread Raw
In response to Re: Single client performance on trivial SELECTs  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> Where I am with you is that its quite possible that it will not make sense 
> (performancewise) for all contexts. Which is quite annoying.

The mcxt stuff was designed from day one to support multiple types of
contexts, so it wouldn't be very hard at all to have different contexts
using different allocation policies.  The issue is to figure out what
to use where ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Single client performance on trivial SELECTs
Next
From: Tom Lane
Date:
Subject: Re: WIP: Allow SQL-language functions to reference parameters by parameter name