Re: postgres sql assistance

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: postgres sql assistance
Дата
Msg-id b130385a-1ace-45d7-954c-dda7414ed7aa@gmail.com
обсуждение исходный текст
Ответ на Re: postgres sql assistance  (arun chirappurath <arunsnmimt@gmail.com>)
Список 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




В списке pgsql-general по дате отправления:

Предыдущее
От: Johnathan Tiamoh
Дата:
Сообщение: Re: pg_basebackup Restore problem
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Moving to Postgresql database