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.
我有一个运行了一段时间的 Note 应用程序,现在我正在实现全文搜索功能,我阅读了有关 sqlite fts3 和 fts4 模块的信息。
我想知道在为全文搜索创建虚拟表之后,我是否必须将所有数据从普通表复制到虚拟表?
文档说:
FTS 表使用 INSERT、UPDATE 和 DELETE 语句填充,方法与普通 SQLite 表相同。
即使对于外部内容表也是如此。