I'm facing a design problem using core data in an iOS app.
I've got two stores, one will contain a sort of catalog, the other only user data.
I've read all those questions:
- CoreData with multiple stores: configuration woes
- Why might I want 2 or more Core Data models?
- Can multiple (two) persistent stores be used with one object model, while maintaining relations from one to the other?
But what I still didn't get is if it is better two use one model on two persistent stores or two models merge them at runtime with two stores. What will be easier, eventually, to migrate?