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 数据库执行频繁的搜索查询。我发现FTS可能是执行更快搜索的更好方法。我创建了它,但它没有返回任何数据。我通过打开 db 文件进行检查,Virtual Table Created 但那里没有数据。
我的问题是,虚拟表是否需要在获取任何数据之前手动插入数据。任何建议!
文档说:
FTS 表使用 INSERT、UPDATE 和 DELETE 语句填充,方法与普通 SQLite 表相同。