Try batch SQL processing for app database
zklgame opened this issue · 0 comments
zklgame commented
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