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
All state processors should be updated to batch insert/update/remove rows into a DB. Recently, we came across a performance issue with OffersProcessor (#3917). When working on this, use upsertRows helper method added in #3917.
All state processors should be updated to batch insert/update/remove rows into a DB. Recently, we came across a performance issue with
OffersProcessor
(#3917). When working on this, useupsertRows
helper method added in #3917.AccountsProcessor
: batch remove objects #3927AccountDataProcessor
: batch upsert and remove objects #3928TrustLinesProcessor
: batch remove objects #3929ClaimableBalancesChangeProcessor
: batch upsert and remove objects #3930LiquidityPoolsChangeProcessor
: batch upsert and remove objects #3931The text was updated successfully, but these errors were encountered: