Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在应用程序中实现搜索功能时遇到问题。我的 sqlite 数据库中有 2,00,000 条记录。当我开始在 UISearchBar 中输入时,搜索需要 5-6 秒。
在如此大量的记录中实现搜索功能的最佳方法是什么?
在此先感谢光辉
我认为管理这些东西 NSThread 是最好的方法。