Re: Is there a cache consistent interface to tables ?

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Garym <garym(at)oedata(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Is there a cache consistent interface to tables ?
Date: 2018-02-09 14:02:58
Message-ID: CAKFQuwbPLd1XL+fkGVd2ER2J7Y02cdMT7XC_QuNNCTc0-mPiHw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 9, 2018 at 12:56 AM, Garym <garym(at)oedata(dot)com> wrote:

> Hi,
> This is an odd request for help. I'm looking to expose an interface so an
> external app can insert to a table while maintaining cache consistency and
> inserts be promoted via wal.
>

​I don't understand what that all means (what cache? inserts be promoted
via wal?) but the most efficient loading mechanism in PostgreSQL is the
"COPY"​ SQL command.

​David J.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2018-02-09 14:03:57 Re: Wait event names mismatch: oldserxid
Previous Message Tomas Vondra 2018-02-09 13:57:57 Re: [HACKERS] FOSDEM PGDay_2018_Developer_Meeting notes