[storage::adb::sync] Apply fetched operations to database as they're received · Issue #1191 · commonwarexyz/monorepo · GitHub
More Web Proxy on the site http://driver.im/
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
In #1165, we store all of the Operations before finally applying them all in init_sync at the end of the data fetching phase of syncing. This will not work with large databases. Operations must be applied (i.e. persisted) regularly instead of all at the end.