aadant

Results 85 comments of aadant

@subkanthi what do you think ? Please note that the `altinity_sink_connector` database will only be in one node. Otherwise it should be working. we may want to support it in...

if snapshot.mode is schema_only, those variables should be set to false. ``` enable.snapshot.ddl: "false" auto.create.tables: "false" ```

@Selfeer actually it would work if you use range columns which is recommended in MySQL

The partitioning support is limited to the RANGE COLUMN case with date / datetime. Any other scheme is skipped. It should be easy to support though. You can start with...

@IlyaTsoi @AdamKatzDev for the MySQL case the version is increasing as it contains a snowflakeID + a counter coming from the GTID. You would need to get the equivalent for...

@ctaity-treinta did you manage to workaround the issue ? which version of MySQL is it ? I wonder what could cause the `_version` field to be null ? Any idea...

@tellienne which Postgres version is it ?

See https://groups.google.com/g/debezium/c/NroAVr2saxU

@subkanthi what happens if you escape the transaction column with backticks ? The SQL statement looks pretty unsafe wrt reserved keywords.