File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,10 @@ The first GA release will be `cratedb-fivetran-destination:0.0.1`.
5656 populated. While the copy operation is taking place, the original table
5757 will block any writes, to avoid data loss.
5858 However, shortly before the table swap, to complete the operation, the
59- adapter needs to release the write block: At this point in time ,
59+ adapter needs to release the write block: At this point,
6060 before completing the swap operation, CrateDB may accept writes to
6161 the original table before swapping it out, which may lead to data loss.
62+ To avoid any data loss, one should stop any writes during this operation.
6263
6364
6465[ ^ uv ] : We recommend to use the [ uv] package manager, but it also works without.
You can’t perform that action at this time.
0 commit comments