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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Any other databases on single disk file like SQLite exist?

8 点作者 cliffordfajardo超过 3 年前
What are other databases like SQlite, which dont require spinning up a server & save data to disk instead? Does such a thing exist for specialized databases on a single disk (elastic search etc)?

6 条评论

pwg超过 3 年前
Berkeley DB and variants:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Berkeley_DB" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Berkeley_DB</a>
the_autobot超过 3 年前
There&#x27;s duckdb which seems very similar. I haven&#x27;t actually used it for anything yet so YMMV.
andrewl超过 3 年前
Firebird, maybe:<p><a href="https:&#x2F;&#x2F;firebirdsql.org&#x2F;manual&#x2F;fbint-structure.html" rel="nofollow">https:&#x2F;&#x2F;firebirdsql.org&#x2F;manual&#x2F;fbint-structure.html</a>
评论 #30309993 未加载
Something1234超过 3 年前
Apache H2, and Apache Derby. There&#x27;s quite a few that are available if you only need them to be supported on the JVM.
billconan超过 3 年前
<a href="https:&#x2F;&#x2F;ejdb.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ejdb.org&#x2F;</a><p>standalone nosql
robertknight超过 3 年前
What are your requirements (data model, non-functional priorities, data size, data types)?
评论 #30304117 未加载