On Tue, Jul 17, 2012 at 11:00 PM, Scott Marlowe <[email protected]> wrote: > > Thanks for the link, I'll read up on it. I do have access to large > (24 to 40 core) NUMA machines so I might try some benchmarking on them > to see how they work.
It must have been said already, but I'll repeat it just in case: I think postgres has an easy solution. Spawn the postmaster with "interleave", to allocate shared memory, and then switch to "local" on the backends. -- Sent via pgsql-performance mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance
