Skip to content

How To Choose Snapshot Mode

The rule is simple: use none unless the source is live enough that cross-table inconsistency matters.

  • the source is static
  • writes are already paused
  • you want the fastest run
  • per-table or per-chunk parallelism matters more than a single consistent snapshot
  • the source stays live during the migration
  • you need one point-in-time view across tables
  • you accept slower sequential reads in exchange for consistency
  • MySQL: supported
  • MariaDB: supported
  • MSSQL: supported, but source snapshot isolation must be enabled
  • SQLite: unsupported