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
One issue I've seen is that small changes to a large object require shipping the entire object's updated serialized form to the store during the commit protocol. It's worth looking into custom or general ways to send and apply smaller deltas. This would reduce bandwidth and serialization overheads when working with large objects.
The text was updated successfully, but these errors were encountered:
One issue I've seen is that small changes to a large object require shipping the entire object's updated serialized form to the store during the commit protocol. It's worth looking into custom or general ways to send and apply smaller deltas. This would reduce bandwidth and serialization overheads when working with large objects.
The text was updated successfully, but these errors were encountered: