File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ migration strategy.
24
24
25
25
**Continuous**: Continuous migration jobs cover new incoming data for a zero-downtime
26
26
Change Data Capture (CDC) migration strategy. Continuous jobs run a snapshot stage first,
27
- followed by a CDC stage that captures database updates in near-real time.
27
+ followed by a CDC stage that captures database updates in near-real time. The CDC stage
28
+ updates all new or modified database objects, ignoring any :ref:`rm-table-filters` set in project-level mapping rules.
28
29
When you run a continuous migration job, your source and destination database
29
30
data remain in sync.
30
31
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Table filters allow you to:
20
20
- Limit the read operations on your source database.
21
21
- Create test environments before migrating your entire database.
22
22
23
+ Migration jobs apply project-level table filters during the initial snapshot stage. During a continuous migration job,
24
+ the CDC stage ignores table filters and updates all new or modified database objects.
25
+ To learn more about types of migration jobs, see :ref:`rm-sync-jobs`.
26
+
23
27
Table Filter Types
24
28
------------------
25
29
You can’t perform that action at this time.
0 commit comments