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
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
Feature Request
Is your feature request related to a problem? Please describe:
TIME
/TIMESTAMP
/DATETIME
binary format.insert into t2 select * from t1
(which will hold the whole table in oneWrite_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:
The text was updated successfully, but these errors were encountered: