问题
Say you have a core data entity with more than 10,000,000 objects in a sqlite backed core data store, how do you effectively display all that information in an NSTableView? In particular, how do you efficiently sort, filter and display in infinite scroll mode?
回答1:
I'd use NSArrayController. See the documents for more info.
来源:https://stackoverflow.com/questions/8626280/how-to-handle-extremely-large-coredata-store-in-nstableview