mssql2pg

command module
v0.0.0-...-c660c62 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2023 License: MIT Imports: 24 Imported by: 0

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:

  1. Existing data is copied using SELECT ... WITH (NOLOCK) on SQL Server's side, and COPY ... on Postgres' side.
  2. Table updates are continuously replicated using Change Tracking feature in SQL Server.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL