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
For the bulk insert in Collection.importChanges, maybe we should iterate in chunks instead. Modifying the storage adapter interface is less obvious. But maybe we could rely on loadDump() there too :) I'll investigate
Iterating on list in order to perform massive IndexedDB insertions is not efficient.
We should chain insertions instead for the browser to schedule the insertions better.
The text was updated successfully, but these errors were encountered: