Skip to content

draw inspiration from Netflix DBLog's lock-free algorithm to improve #4

@hantmac

Description

@hantmac

Problems and Points for improvement

  • Due to the integration of Debezium Engine, full-load reading phase does not support checkpoint. After a failure, it needs to be re-read.
  • Currently, only single concurrency is supported, and horizontal scaling is not supported.
  • When ensuring data consistency, Debezium needs to apply locks to the read databases or tables. Global locks may cause the database to hang, while table-level locks can restrict table reads.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions