How to handle extremely large CoreData store in NSTableView?

喜欢而已 提交于 2019-12-22 11:28:11

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!