Re: Incremental load from SQL server DB to postgressql

Поиск
Список
Период
Сортировка
От Muhammad Usman Khan
Тема Re: Incremental load from SQL server DB to postgressql
Дата
Msg-id CAPnRvGtkbRY=J2H6jJnN8bATgQFdnYsoL1wMsR2pPvPzvrgQEQ@mail.gmail.com
обсуждение исходный текст
Ответ на Incremental load from SQL server DB to postgressql  (Sabyasachi Mukherjee <mukherjee.sabyasachi@outlook.com>)
Список pgsql-admin

Hi,

You can use  pgloader. It is a powerful tool that can migrate data from SQL Server to PostgreSQL efficiently, and it supports incremental loads or the other option is to use file_fdw, it allows PostgreSQL to directly query flat files  as if they were tables, without importing the data into PostgreSQL. It can be useful if you can periodically export data from SQL Server into flat files and then query them from PostgreSQL.

On Thu, 5 Sept 2024 at 18:54, Sabyasachi Mukherjee <mukherjee.sabyasachi@outlook.com> wrote:
Hello All,

I have to implement an incremental load from a SQL server DB to a postgresql DB. I would prefer it to be pull from postgres.
SSIS is not the preferred option. Can you please advise about the possibilities?

Sabyasachi Mukherjee

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