Re: Opportunity for a Radical Changes in Database Software - Mailing list pgsql-hackers

From Martijn van Oosterhout
Subject Re: Opportunity for a Radical Changes in Database Software
Date
Msg-id 20071025160804.GB1533@svana.org
Whole thread Raw
In response to Opportunity for a Radical Changes in Database Software  (Dan <dss01Card-Offer@prestohosting.com>)
List pgsql-hackers
On Thu, Oct 25, 2007 at 08:05:24AM -0700, Dan wrote:
> In looking at current developments in computers, it seems we're nearing
> a point where a fundamental change may be possible in databases...
> Namely in-memory databases which could lead to huge performance
> improvements.

I think there are a number of challenges in this area. Higher end
machines are tending towards a NUMA architecture, where postgresql's
single buffer pool becomes a liability. In some situations you might
want a smaller per processor pool and an explicit copy to grab buffers
from processes on other CPUs.

I think relibility becomes the real issue though, you can always
produce the wrong answer instantly, the trick is to get the right
one...

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Datum should be defined outside postgres.h
Next
From: Andrew Dunstan
Date:
Subject: module archive