Re: postgres sql assistance

From: Jim Nasby <jim(dot)nasby(at)gmail(dot)com>
To: arun chirappurath <arunsnmimt(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: postgres sql assistance
Date: 2024-01-17 22:41:08
Message-ID: b130385a-1ace-45d7-954c-dda7414ed7aa@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/16/24 10:04 PM, arun chirappurath wrote:
> Architect is pressing for a native procedure to data load.

It's possible to write a loader in pl/pgsql but it would be easily twice
as complex as where you got on your first attempt. It would also never
perform anywhere near as well as a dedicated loader, because there's no
way to avoid the temp table (which a native loader doesn't need to use).
--
Jim Nasby, Data Architect, Austin TX

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim Nasby 2024-01-17 23:00:23 Re: Moving to Postgresql database
Previous Message Johnathan Tiamoh 2024-01-17 22:14:03 Re: pg_basebackup Restore problem