Locally running a writer function with Checkpoint can take about 6sec, this must come from the MySQL queries that write, update, delete or read data. We should over time move these queries to happen in same time for multiple event within the same block using a SQL transaction. The most challenging would be to move read queries, we could do write update and delete first.
Locally running a writer function with Checkpoint can take about 6sec, this must come from the MySQL queries that write, update, delete or read data. We should over time move these queries to happen in same time for multiple event within the same block using a SQL transaction. The most challenging would be to move read queries, we could do write update and delete first.