Re: general PG network slowness (possible cure) (repost) - Mailing list pgsql-performance

From Steinar H. Gunderson
Subject Re: general PG network slowness (possible cure) (repost)
Date
Msg-id 20070525130326.GA13820@uio.no
Whole thread Raw
In response to general PG network slowness (possible cure) (repost)  ("Peter T. Breuer" <ptb@inv.it.uc3m.es>)
List pgsql-performance
On Fri, May 25, 2007 at 10:50:58AM +0200, Peter T. Breuer wrote:
> I set up pg to replace a plain gdbm database for my application.

Postgres and gdbm are completely different. You want to rethink your queries
so each does more work, instead of running a zillion of them over the network.

/* Steinar */
--
Homepage: http://www.sesse.net/

pgsql-performance by date:

Previous
From: Bastian Voigt
Date:
Subject: My quick and dirty "solution" (Re: Performance Problem with Vacuum of bytea table (PG 8.0.13))
Next
From: Richard Huxton
Date:
Subject: Re: My quick and dirty "solution" (Re: Performance Problem with Vacuum of bytea table (PG 8.0.13))