TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Real-Time Full-Text Site Search with SQLite FTS5 extension

54 点作者 marcobambini大约 2 年前

3 条评论

psanford大约 2 年前
I&#x27;m a big fan of FTS5 as a cheap&#x2F;easy way of adding full text search to datasets.<p>Recently I&#x27;ve been storing these datasets in S3 and been querying them directly via a VFS[0]. Its a simple way to have FTS available to lambda functions without the cost of using an online database.<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;psanford&#x2F;sqlite3vfshttp">https:&#x2F;&#x2F;github.com&#x2F;psanford&#x2F;sqlite3vfshttp</a>
评论 #35980047 未加载
meghan_rain大约 2 年前
&gt; sqlite cloud<p>lmao
评论 #35976732 未加载
avinassh大约 2 年前
so, why use SQLite in cloud? Why not Postgres or MySQL?