frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

What every developer needs to know about in-process databases

https://www.graphgeeks.org/blog/what-every-developer-needs-to-know-about-in-process-dbmss
12•semihs•1y ago

Comments

semihs•1y ago
In-process (aka embedded/embeddable) databases are not new. In fact SQLite is the most widely deployed database in the world. However, starting with DuckDB, there is a new set of in-process database systems, such as Kuzu and Lance. As a co-developer of Kuzu, I hear several frequently asked questions (some of which are misconceptions) about in-process databases.

- What are their advantages/disadvantages compared to client-server databases? - Does in-process mean databases are in-memory/ephemeral? (NO!) - Can in-process databases handle only small amounts of data? (NO!) - What are some common use cases of in-process databases? - What if my application needs a server?

I tried to answer some of these questions in a blog post with pointers to several other resources that articulate several of these points in more detail than I get into.

I hope it's helpful to clarify some of these questions and help developers position in-process DBMSs against client-server ones.

emmanueloga_•12mo ago
The article suggests running Kuzu in a FastAPI frontend for network access. A caveat: production Python servers like Uvicorn [1] typically spawn multiple worker processes.

A simple workaround is serving HTTP through a single process language like Go or JavaScript, since Kuzu has bindings for both. Other processes could access the database directly in read-only mode for analysis [2].

For better DX, the ideal would be Kuzu implementing the Bolt protocol of Neo4J directly in the binary, handling single-writer and multi-reader coordination internally. Simpler alternative: port the code from [3] to C++ and add a `kuzu --server` option.

--

1: https://fastapi.tiangolo.com/deployment/server-workers/#mult...

2: https://docs.kuzudb.com/concurrency/#scenario-2-multiple-pro...

3: https://github.com/kuzudb/explorer/tree/master/src/server

semihs•12mo ago
Yes this makes sense and we plan to eventually do something along what you are suggesting. We also have a plan to have a built-in server/GUI, where users can directly launch a web-based explorer through our CLI by typing "kuzudb -ui".
emmanueloga_•12mo ago
That sounds great!

A breakthrough in C/C++ dependency management

https://lcamtuf.substack.com/p/a-breakthrough-in-cc-dependency-management
1•Brajeshwar•3m ago•0 comments

Local-first multi-agent simulation and prediction engine powered by Ollama

https://github.com/oswarld/mirollama
1•haebom•3m ago•0 comments

Hash anchors and Myers diff and single-token anchors: 60% cheaper AI code edits

https://dirac.run/posts/hash-anchors-myers-diff-single-token
1•GodelNumbering•4m ago•0 comments

Branimir Lambov from IBM on Cassandra

https://theconsensus.dev/p/2026/04/26/branimir-lambov-from-ibm-on-cassandra.html
1•eatonphil•5m ago•0 comments

Wispr Flow vs. Death Metal

https://i0exception.substack.com/p/wispr-flow-vs-death-metal
1•i0exception•8m ago•0 comments

Show HN: A bilingual guide to Thaayam, a Tamil board game

https://amal-david.github.io/thaayam-guide/
1•amaldavid•9m ago•0 comments

Supabase Auth and FastMCP Example

https://github.com/PrefectHQ/fastmcp/pull/4066
1•LeoDaVibeci•14m ago•1 comments

Anthropic Election Safeguards

https://www.anthropic.com/news/election-safeguards-update
1•geox•15m ago•0 comments

Things C++26 define_static_array can't do

https://quuxplusone.github.io/blog/2026/04/24/define-static-array/
2•jandeboevrie•18m ago•0 comments

Stop Celebrating Ubuntu 26.04 – It's a Disaster [video]

https://www.youtube.com/watch?v=tG2ZMvBT8W4
1•muterad_murilax•21m ago•0 comments

Why isn't it possible to play a fun and serious game of poker not for money?

https://statmodeling.stat.columbia.edu/2026/04/26/why-isnt-it-possible-to-play-a-fun-and-serious-...
1•Tomte•22m ago•0 comments

You Can't Automate Presence

https://codeplusconduct.substack.com/p/you-cant-automate-presence
1•mooreds•24m ago•0 comments

Thousands of EV Car Leases Are Ending Soon, Giving Buyers an Affordable Option

https://www.nytimes.com/2026/04/25/business/electric-vehicles-used-leases.html
1•mooreds•24m ago•0 comments

Ask HN: Self hosted PostgreSQL vs. RDS managed

2•mikeinfra•26m ago•0 comments

Commodore 4064 Repair – C64 in a PET style case

http://blog.tynemouthsoftware.co.uk/2026/04/commodore-4064-repair-c64-in-pet-style-case.html
1•razorbeamz•26m ago•0 comments

Octopal: Powerful AI agents without blind trust

https://octopal.ca/
1•pmbstyle•27m ago•1 comments

Your Agent is a Distributed System (and fails like one)

https://maheshba.bitbucket.io/blog/2026/04/24/agentfailures.html
1•Malp•29m ago•0 comments

Show HN: Homebutler – See and manage your homelab from one Go binary

https://homebutler.dev
2•swq115•30m ago•0 comments

Python and C killer seekers rejoice

1•kvthweatt•33m ago•0 comments

A View from the Floor of the White House Correspondents' Dinner

https://dandiamond.substack.com/p/a-view-from-the-floor-of-the-white
1•_tk_•34m ago•0 comments

I work 10 hours daily without deadlines or schedules

https://orchidfiles.com/building-without-booking-time/
1•theorchid•34m ago•0 comments

Disneyland guests can opt out of facial recognition at park entrances

https://thehill.com/policy/technology/5847024-disneyland-facial-recognition-entry-gates-opt-out/
1•thunderbong•37m ago•0 comments

Gestionale magazzino su misura: come ho digitalizzato un'azienda di ricambi

https://donatodelpeschio.it/blog/gestionale-magazzino-pmi-ricambi-automotive-napoli-laravel
1•donnyBlanko•37m ago•0 comments

The LinkedIn Spyware Situation [video]

https://www.youtube.com/watch?v=mHj6IvBmlpU
1•mannanj•43m ago•0 comments

Books for People with Print Disabilities

https://archive.org/details/printdisabled
2•bookofjoe•44m ago•0 comments

Has AI Changed the Course of Drug Development? Three Years Later

https://divingintogeneticsandgenomics.com/post/has-ai-changed-drug-development-3-years-later/
2•YeGoblynQueenne•45m ago•0 comments

Why Every AI-Coded App Is an Island

https://rootcx.com/blog/why-every-ai-coded-app-is-an-island
1•seyz•46m ago•0 comments

The AI Question That No AI Person Asks [video]

https://www.youtube.com/watch?v=o9Vbvp4awQU
1•vermilingua•46m ago•0 comments

CPU Has More Registers Than You'd Think

https://fp32.org/register_renaming.html
1•birdculture•49m ago•0 comments

The Fastest Linux Timestamps

https://www.hmpcabral.com/2026/04/26/the-fastest-linux-timestamps/
1•hmpc•50m ago•0 comments