I have an application that display products. I have over 5 000 products and i want to display them in table view. The problem is that I cannot store this data in array, because it takes too much memory. I want to store my data locally so I decided to use Core Data.
How can I insert that large number of data in Core Data? Maybe there is an option in Xcode? If not, how can i handle this problem?