2
我正在面對在iOS應用中使用核心數據的設計問題。
我有兩個商店,其中一個將包含一種目錄,另一個僅包含用戶數據。 我讀過所有這些問題:核心數據設計:更好的1個模型有2個商店或2個模型和2個商店?
- 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?
但我還是沒有得到的是,如果它是更好的兩個用一個模型上兩個持久存儲或兩個模型在運行時將它們與兩個存儲進行合併。最終遷移會更容易些嗎?
爲什麼你需要2個商店?我總是將所有數據存儲在一家商店中。 – Dev2rights 2013-04-28 16:59:23
http://stackoverflow.com/questions/10374796/why-might-i-want-2-or-more-core-data-models – Andrea 2013-04-29 06:13:50