Kacper Woźniak
06/06/2022, 1:56 PMMariaDB <> BigQuery
setup and I have a question regarding sync mode.
I have configured binlog for my MariaDB database to thrive from CDC functionality and now wondering what's the best/proper sync mode option for me as I cannot find much enough information in docs.
Some of my tables have rows that are updated in the meantime and as far as I know, whether I give source sync mode
to Incremental or Overwrite, both of them will capture this change, but what about destination mode?
Is append
option will update my row/cell where the change has happened or it will append an entire row and I'll end up with duplicate rows?
And what's the reason that my setup doesn't let me to use Deduped history
option?Marcos Marx (Airbyte)
06/07/2022, 12:19 PMMarcos Marx (Airbyte)
06/07/2022, 12:20 PMKacper Woźniak
06/07/2022, 1:52 PMKacper Woźniak
06/07/2022, 3:59 PM