Hello,
I built an app using CoreData, and the model and the logic are great, the only problem, is that I have serious performance issues, my CPU reaches easily 90%. I found a solution using a InMemoryTypeStore, but I need to save its content into my persistent SQLLite Store using NSOperationQueue. Is somebody has a solution ? I basically want to use the InMemoryStore, and sync it everytime in another thread to the sqllite Store.
Some help willl really be appreciated.
Thanks in advance
R.H