xcherryio / xcherry

server and main repo of xCherry project
Apache License 2.0
26 stars 1 forks source link

Try batch SQL processing for app database #109

Open zklgame opened 9 months ago

zklgame commented 9 months ago

Currently, we are using single processing for each row. Try processing multiple rows in batch for one table to improve the performance.

These three methods will be affected:

SelectAppDatabaseTableByPK writeToAppDatabase writeToAppDatabaseIfNeeded