On Thu, May 20, 2010 at 10:54 AM, Balkrishna Sharma <[email protected]> wrote: > I need to support several hundreds of concurrent update/inserts from an > online form with pretty low latency (maybe couple of milliseconds at max). > Think of a save to database at every 'tab-out' in an online form.
You can get nearly the same performance by using a RAID controller with battery backed cache without the same danger of losing transactions. -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
