I have about 4000 binary file that stored stock data, the file name is the stock code, so that I can access specific stock data very fast.
Now I try to port this to iPad, I want to know which one will have a better performance for reading and updating data.
1. Use 4000 files to store data as like in PC
2. Use Core Data and convert 4000 files to Core Data Model
Now I try to port this to iPad, I want to know which one will have a better performance for reading and updating data.
1. Use 4000 files to store data as like in PC
2. Use Core Data and convert 4000 files to Core Data Model