Synch Versions Save

Sync data from the other DB to ClickHouse(cluster)

v0.6.2

3 years ago

Important: This version is not compatible with previous version

  • Refactor ClickHouse writer.
  • Add CollapsingMergeTree support.
  • Refactor config file.

v0.6.1

3 years ago
  • Add more args in etl.
  • Update etl algorithm prevent stuck since big data.

v0.6.0

3 years ago

Important: this version is not compatible with previous version.

  • Add support to postgres.
  • Config file update, see detail in synch.ini.
  • Rename project name to synch.

v0.5.4

4 years ago
  • Fix sql covert to clickhouse.
  • Fix delete bug.

v0.5.3

4 years ago
  • Fix full data etl with composite primary key and skip when no primary key.
  • Move queue_max_len to redis section.
  • Add debug in mysql2ch.ini and remove from cli.
  • Add auto_full_etl in mysql2ch.ini.

v0.5.2

4 years ago
  • Fix insert interval block.
  • Add kafka broker.
  • Add signal to handle stop.

v0.5.1

4 years ago
  • Add queue_max_len config.
  • Enable redis sentinel.
  • Add support change column.

v0.5.0

4 years ago

Important

This version is not compatible with previous versions.

  • Use redis as message queue instead of kafka.

v0.4.5

4 years ago
  • Fix DDL sync.
  • Fix PK change error.

v0.4.4

4 years ago
  • Support kafka consume offset.
  • Fix table convert.