|
|
|
|
|
by gurkendoktor
4826 days ago
|
|
> A large save will easily reach into >200ms land on an iOS device, and your app will feel like crap. Can you give an order of magnitude at this would happen? I usually only have 50-200 entities in my database in total, saving maybe half of them at the same time. Yet libraries like RestKit insist on a two-context setup to avoid the saving delay you mention. I'm not sure if I should fight the libraries and go back to a single-threaded setup (that I understand) or just go with the parent/child context flow. |
|