-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
SQL Server supports SNAPSHOT isolation level (it has to be enabled by DBA), which seems to be a perfect match for the initial snapshot step, since it provides consistency and does not block other users' writes and reads.
The only limitation is the fact that schema changes done during the snapshot may cause the snapshot failure.
- is incorporated by
-
DBZ-947 Snapshot isolation level overhaul
- Closed