Performance of the persistent store
The persistent store exists in application storage. There is more latency in writing to application storage than there is in reading from it. Reading from the persistent store is relatively fast while commits are relatively slow.
- Best practice: Using efficient data structure selection
- Best practice: Conserve object handles
- Cleanup of persistent objects
Previous topic: Restrict access to persistent store data using code signing keys