Re: Copying records from TABLE_A to TABLE_B (in the same database)

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: Copying records from TABLE_A to TABLE_B (in the same database)
Дата
Msg-id e00f01c6-1528-4e13-d7b4-30907f33e1db@gmail.com
обсуждение исходный текст
Ответ на Re: Copying records from TABLE_A to TABLE_B (in the same database)  (Ron <ronljohnsonjr@gmail.com>)
Ответы Re: Copying records from TABLE_A to TABLE_B (in the same database)  ("Peter J. Holzer" <hjp-pgsql@hjp.at>)
Список pgsql-general


Logical replication might be another option.
Although I am not sure if that is even possible inside
the samme database.
I know it's tricky inside the same server
(between different databases)



If you can get outside sql, the bulk copy facilities (CopyManager in java) is blindingly fast for me.

??

I meant using tools other than sql (and psql).   I have java code using org.postgresql.copy package because straight insert was too slow for large numbers of rows.

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

Предыдущее
От: Ron
Дата:
Сообщение: Re: Copying records from TABLE_A to TABLE_B (in the same database)
Следующее
От: "Peter J. Holzer"
Дата:
Сообщение: Re: Copying records from TABLE_A to TABLE_B (in the same database)