command
module
Version:
v0.0.0-...-c660c62
Opens a new window with list of versions in this module.
Published: Jul 11, 2023
License: MIT
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
mssql2pg
Continuously replicates data from SQL Server to PostgreSQL with minimal table locking.
Limitations:
- Can only replicate tables with primary keys.
- Does not copy schema. This also means that schema updates on source after the data replication is started must be manually applied on destination too.
What this program does in general:
- Existing data is copied using
SELECT ... WITH (NOLOCK)
on SQL Server's side, and COPY ...
on Postgres' side.
- Table updates are continuously replicated using Change Tracking feature in SQL Server.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.