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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

SQLite Release 3.40.0

119 点作者 thefilmore超过 2 年前

6 条评论

jitl超过 2 年前
This contains the beta release of the official WASM build of SQLite <a href="https:&#x2F;&#x2F;sqlite.org&#x2F;wasm&#x2F;doc&#x2F;trunk&#x2F;index.md" rel="nofollow">https:&#x2F;&#x2F;sqlite.org&#x2F;wasm&#x2F;doc&#x2F;trunk&#x2F;index.md</a>
评论 #33630376 未加载
jmull超过 2 年前
&gt; b. Extract the values of expressions contained within expression indexes where practical, rather than recomputing the expression. &gt; c. The NOT NULL and IS NULL operators (and their equivalents) avoid loading the content of large strings and BLOB values from disk. &gt; d. Avoid materializing a view on which a full scan is performed exactly once. Use and discard the rows of the view as they are computed. &gt; e. Allow flattening of a subquery that is the right-hand operand of a LEFT JOIN in an aggregate query.<p>Gulp. When writing SQL I tend to assume these kinds of things have always been done... I should probably favor my own logical optimizations when I can.<p>(Of course, nothing beats measuring&#x2F;profiling if you really need to optimize.)
pwpwp超过 2 年前
Does the WASM port include full-text search (FTS)?
评论 #33630183 未加载
评论 #33631032 未加载
rychco超过 2 年前
I love using SQLite. It is often my first &amp; only choice when reaching for an embedded database. That being said, are there any compelling alternatives for embedded databases? I&#x27;m only aware of DuckDB &amp; Apache Parquet at the moment.
评论 #33631023 未加载
评论 #33657005 未加载
jokoon超过 2 年前
I&#x27;m using dataset for python, it&#x27;s a thin layer to use SQLite without queries. You can&#x27;t do joins.<p>It&#x27;s pretty great, although killing the python process generate threading errors...
nix23超过 2 年前
SQLite and Minix3 is probably the most used Software on earth ;)
评论 #33637104 未加载