TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

8 pointsby cliffordfajardoover 3 years ago
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 comments

pwgover 3 years ago
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_autobotover 3 years ago
There&#x27;s duckdb which seems very similar. I haven&#x27;t actually used it for anything yet so YMMV.
andrewlover 3 years ago
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 未加载
Something1234over 3 years ago
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.
billconanover 3 years ago
<a href="https:&#x2F;&#x2F;ejdb.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ejdb.org&#x2F;</a><p>standalone nosql
robertknightover 3 years ago
What are your requirements (data model, non-functional priorities, data size, data types)?
评论 #30304117 未加载