I know that the storing of UIImage’s in core data has been discussed a lot, such as here, but that was pre-ios5. Now that we have the external storage flag, do you guys think it would be a fine idea to store UIImage’s directly in the entity, as a separate entity, or still on the disk?
Here is a source explaining the external storage option.
Core Data Release Notes for iOS 5.0
And from your link External Binary Data, the heuristic seems to be
So the following advice is still valid: CoreData : store images to DB or not?
The flag sets Core Data to follow that advice and automatically store images >1MB as a separate disk file.