You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current MySQL replication flow can be improved to process replication events faster. I Propose we do the following:
Group events from the same transaction and dispatch them as a batch to Readyset. Currently we read one event and dispatch a single event. We should take into consideration compressed events.
Pass table_filter object to replicator and skip events as soon as we read them. Currently we build the whole TableOperation and only discard the event in the noria code.
Change in user-visible behavior
Requires documentation change
The text was updated successfully, but these errors were encountered:
Description
Our current MySQL replication flow can be improved to process replication events faster. I Propose we do the following:
TableOperation
and only discard the event in the noria code.Change in user-visible behavior
Requires documentation change
The text was updated successfully, but these errors were encountered: