Re: PostgreSQL as a local in-memory cache

From: Jonathan Gardner <jgardner(at)jonathangardner(dot)net>
To: Pierre C <lists(at)peufeu(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL as a local in-memory cache
Date: 2010-06-16 19:11:27
Message-ID: AANLkTinWCD4bbMjpfi7o91EdrRPNrPbBFFgifVer0LbE@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Jun 16, 2010 at 12:51 AM, Pierre C <lists(at)peufeu(dot)com> wrote:
>
> 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.
>

Unfortunately, this isn't an option for my use case. Carbonado only
supports TCP connections.

--
Jonathan Gardner
jgardner(at)jonathangardner(dot)net

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jonathan Gardner 2010-06-16 19:17:11 Re: PostgreSQL as a local in-memory cache
Previous Message Josh Berkus 2010-06-16 19:00:22 Re: PostgreSQL as a local in-memory cache