On Fri, Feb 9, 2018 at 12:56 AM, Garym <ga...@oedata.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.