Re: PostgreSQL as a local in-memory cache

From: "Pierre C" <lists(at)peufeu(dot)com>
To: "jgardner(at)jonathangardner(dot)net" <jgardner(at)jonathangardner(dot)net>, pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL as a local in-memory cache
Date: 2010-06-16 07:51:14
Message-ID: op.vedurow6eorkce@apollo13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


Have you tried connecting using a UNIX socket instead of a TCP socket on
localhost ? On such very short queries, the TCP overhead is significant.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Pierre C 2010-06-16 07:53:58 Re: PostgreSQL as a local in-memory cache
Previous Message Mark Kirkwood 2010-06-16 07:48:23 Re: PostgreSQL as a local in-memory cache