|
33 | 33 |
|
34 | 34 | `data extraction` messages are written for each table that is exported to the location in `--bucket-path`: |
35 | 35 |
|
| 36 | + <section class="filter-content" markdown="1" data-scope="postgres oracle"> |
36 | 37 | ~~~ json |
37 | 38 | {"level":"info","table":"migration_schema.employees","time":"2025-02-10T14:28:11-05:00","message":"data extraction phase starting"} |
38 | 39 | ~~~ |
39 | 40 |
|
40 | 41 | ~~~ json |
41 | 42 | {"level":"info","table":"migration_schema.employees","type":"summary","num_rows":200000,"export_duration_ms":1000,"export_duration":"000h 00m 01s","time":"2025-02-10T14:28:12-05:00","message":"data extraction from source complete"} |
42 | 43 | ~~~ |
| 44 | + </section> |
| 45 | + |
| 46 | + <section class="filter-content" markdown="1" data-scope="mysql"> |
| 47 | + ~~~ json |
| 48 | + {"level":"info","table":"public.employees","time":"2025-02-10T14:28:11-05:00","message":"data extraction phase starting"} |
| 49 | + ~~~ |
| 50 | + |
| 51 | + ~~~ json |
| 52 | + {"level":"info","table":"public.employees","type":"summary","num_rows":200000,"export_duration_ms":1000,"export_duration":"000h 00m 01s","time":"2025-02-10T14:28:12-05:00","message":"data extraction from source complete"} |
| 53 | + ~~~ |
| 54 | + </section> |
43 | 55 |
|
44 | 56 | `data import` messages are written for each table that is loaded into CockroachDB: |
45 | 57 |
|
| 58 | + <section class="filter-content" markdown="1" data-scope="postgres"> |
46 | 59 | ~~~ json |
47 | 60 | {"level":"info","table":"migration_schema.employees","time":"2025-02-10T14:28:12-05:00","message":"starting data import on target"} |
48 | 61 | ~~~ |
49 | 62 |
|
50 | | - <section class="filter-content" markdown="1" data-scope="postgres"> |
51 | 63 | ~~~ json |
52 | 64 | {"level":"info","table":"migration_schema.employees","type":"summary","net_duration_ms":1899.748333,"net_duration":"000h 00m 01s","import_duration_ms":1160.523875,"import_duration":"000h 00m 01s","export_duration_ms":1000,"export_duration":"000h 00m 01s","num_rows":200000,"cdc_cursor":"0/43A1960","time":"2025-02-10T14:28:13-05:00","message":"data import on target for table complete"} |
53 | 65 | ~~~ |
54 | 66 | </section> |
55 | 67 |
|
56 | 68 | <section class="filter-content" markdown="1" data-scope="mysql"> |
57 | 69 | ~~~ json |
58 | | - {"level":"info","table":"migration_schema.employees","type":"summary","net_duration_ms":1899.748333,"net_duration":"000h 00m 01s","import_duration_ms":1160.523875,"import_duration":"000h 00m 01s","export_duration_ms":1000,"export_duration":"000h 00m 01s","num_rows":200000,"cdc_cursor":"4c658ae6-e8ad-11ef-8449-0242ac140006:1-29","time":"2025-02-10T14:28:13-05:00","message":"data import on target for table complete"} |
| 70 | + {"level":"info","table":"public.employees","time":"2025-02-10T14:28:12-05:00","message":"starting data import on target"} |
| 71 | + ~~~ |
| 72 | + |
| 73 | + ~~~ json |
| 74 | + {"level":"info","table":"public.employees","type":"summary","net_duration_ms":1899.748333,"net_duration":"000h 00m 01s","import_duration_ms":1160.523875,"import_duration":"000h 00m 01s","export_duration_ms":1000,"export_duration":"000h 00m 01s","num_rows":200000,"cdc_cursor":"4c658ae6-e8ad-11ef-8449-0242ac140006:1-29","time":"2025-02-10T14:28:13-05:00","message":"data import on target for table complete"} |
59 | 75 | ~~~ |
60 | 76 | </section> |
61 | 77 |
|
62 | 78 | <section class="filter-content" markdown="1" data-scope="oracle"> |
| 79 | + ~~~ json |
| 80 | + {"level":"info","table":"migration_schema.employees","time":"2025-02-10T14:28:12-05:00","message":"starting data import on target"} |
| 81 | + ~~~ |
| 82 | + |
63 | 83 | ~~~ json |
64 | 84 | {"level":"info","table":"migration_schema.employees","type":"summary","net_duration_ms":1899.748333,"net_duration":"000h 00m 01s","import_duration_ms":1160.523875,"import_duration":"000h 00m 01s","export_duration_ms":1000,"export_duration":"000h 00m 01s","num_rows":200000,"cdc_cursor":"2358840","time":"2025-02-10T14:28:13-05:00","message":"data import on target for table complete"} |
65 | 85 | ~~~ |
|
75 | 95 |
|
76 | 96 | <section class="filter-content" markdown="1" data-scope="mysql"> |
77 | 97 | ~~~ json |
78 | | - {"level":"info","type":"summary","fetch_id":"f5cb422f-4bb4-4bbd-b2ae-08c4d00d1e7c","num_tables":3,"tables":["migration_schema.employees","migration_schema.payments","migration_schema.payments"],"cdc_cursor":"4c658ae6-e8ad-11ef-8449-0242ac140006:1-29","net_duration_ms":6752.847625,"net_duration":"000h 00m 06s","time":"2024-03-18T12:30:37-04:00","message":"fetch complete"} |
| 98 | + {"level":"info","type":"summary","fetch_id":"f5cb422f-4bb4-4bbd-b2ae-08c4d00d1e7c","num_tables":3,"tables":["public.employees","public.payments","public.payments"],"cdc_cursor":"4c658ae6-e8ad-11ef-8449-0242ac140006:1-29","net_duration_ms":6752.847625,"net_duration":"000h 00m 06s","time":"2024-03-18T12:30:37-04:00","message":"fetch complete"} |
79 | 99 | ~~~ |
80 | 100 |
|
81 | 101 | {% if page.name != "migrate-bulk-load.md" %} |
|
0 commit comments