Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use nested contexts for importing #20

Open
kevinrenskers opened this issue Sep 29, 2013 · 0 comments
Open

Don't use nested contexts for importing #20

kevinrenskers opened this issue Sep 29, 2013 · 0 comments

Comments

@kevinrenskers
Copy link

Just read a very interesting article about importing large sets of data into Core Data. Turns out that the nested background context solution that NLCoreData is also advocating is pretty shitty. The old style non-nested contexts and mergeChangesFromContextDidSaveNotification: seems to be performing a LOT better.

Setting up this kind of Core Data stack is boring so it would be perfect if NLCoreData would handle this. I'm curious to hear your thoughts on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant