Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 337 Bytes

sync-memory-performance.rst

File metadata and controls

5 lines (5 loc) · 337 Bytes

Every write transaction for a subscription set has a performance cost. If you need to make multiple updates to a Realm object during a session, consider keeping edited objects in memory until all changes are complete. This improves sync performance by only writing the complete and updated object to your realm instead of every change.