Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

new table filter based on TableMapEvent in go-mysql #924

Open
csuzhangxc opened this issue Aug 25, 2020 · 0 comments
Open

new table filter based on TableMapEvent in go-mysql #924

csuzhangxc opened this issue Aug 25, 2020 · 0 comments
Assignees
Labels
help wanted This issue wanted some help from contributor type/enhancement Performance improvement or refactoring type/feature-request This issue is a feature request

Comments

@csuzhangxc
Copy link
Member

csuzhangxc commented Aug 25, 2020

Feature Request

Is your feature request related to a problem? Please describe:

  • filter some DML events which can't be parsed in go-mysql, like the old MariaDB TIME/TIMESTAMP/DATETIME binary format.
  • filter some DMLs events which can be very large (and heavy to parse), like generated with insert into t2 select * from t1 (which will hold the whole table in one Write_rows event).

Describe the feature you'd like:

filter DML Write/Update/Delete rows event based on the TableMapEvent of the txn in https://github.com/siddontang/go-mysql, then there is no need to parse the body of these events.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

@csuzhangxc csuzhangxc added type/feature-request This issue is a feature request help wanted This issue wanted some help from contributor labels Aug 25, 2020
@lance6716 lance6716 added the type/enhancement Performance improvement or refactoring label Apr 21, 2021
@niubell niubell self-assigned this Dec 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted This issue wanted some help from contributor type/enhancement Performance improvement or refactoring type/feature-request This issue is a feature request
Projects
None yet
Development

No branches or pull requests

3 participants