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_•1y 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•1y 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_•1y ago
That sounds great!

You probably dont want RLS

https://planetscale.com/blog/rls-sounds-great-until-it-isnt
1•imjosh-dev•37s ago•0 comments

Building a CDC Pipeline, Part 1: PostgreSQL WAL Internals

https://georgioszefkilis.substack.com/p/building-a-cdc-pipeline-part-1-postgresql
1•speckx•1m ago•0 comments

AI could help human scientists pick promising research topics

https://physicsworld.com/a/ai-could-help-human-scientists-pick-promising-research-topics/
1•zeristor•2m ago•0 comments

How A.I. Killed Student Writing (and Revived It)

https://www.nytimes.com/2026/04/30/us/ai-students-cheating-homework-classrooms.html
1•apparent•3m ago•0 comments

Show HN: TRiP – a complete transformer engine in C built from scratch just by me

https://github.com/carlovalenti/TRiP
1•carlovalenti•3m ago•0 comments

Judge Orders Matt Mullenweg to Explain Missing Messages in WP Engine Dispute

https://www.therepository.email/federal-judge-orders-matt-mullenweg-to-explain-missing-messages-i...
1•docdeek•4m ago•0 comments

The Bloomberg Terminal Is Getting an AI Makeover, Like It or Not

https://www.wired.com/story/the-bloomberg-terminal-is-getting-an-ai-makeover-like-it-or-not/
1•01-_-•4m ago•0 comments

Non-Programmer Code Sharing

1•CombatHacker•5m ago•0 comments

Revealing NVIDIA Driver Command Streams for CPU-GPU Runtime Behavior Insight

https://arxiv.org/abs/2604.26889
1•matt_d•5m ago•0 comments

AI optimism is waning

https://bayeslord.substack.com/p/ai-optimism-is-waning
3•swah•7m ago•0 comments

Guardians: Static verification for AI agent workflows

https://github.com/metareflection/guardians
1•matt_d•7m ago•0 comments

CopyFail Was Not Disclosed to Distros

https://www.openwall.com/lists/oss-security/2026/04/30/10
4•ori_b•8m ago•0 comments

Show HN: I built a private GitHub in 650 lines of PostgreSQL

https://github.com/calebwin/gitgres
1•calebhwin•9m ago•0 comments

AI Investment Boosted Economic Growth, While Consumers Tapped the Brakes

https://www.wsj.com/economy/central-banking/u-s-economy-grew-at-2-rate-in-first-quarter-6e0c18cc
1•JumpCrisscross•10m ago•0 comments

Show HN: Larkin – Authorization middleware for x402 agent payments

https://larkin.sh
1•mikebom•10m ago•0 comments

Vision agents vs. structured APIs on the same internal tool task

2•FirestarAlpha•10m ago•0 comments

The Whistleblower Who Uncovered the NSA's 'Big Brother Machine'

https://thereader.mitpress.mit.edu/the-whistleblower-who-uncovered-the-nsas-big-brother-machine/
7•the-mitr•11m ago•0 comments

Xatastor: ZFS and NVMe-Of for Postgres Databases

https://xata.io/blog/xatastor-zfs-nvme-of-for-millions-of-postgres-databases
2•tee-es-gee•12m ago•0 comments

Fast GPU Linear Algebra via Compile Time Expression Fusion

https://arxiv.org/abs/2604.22242
1•matt_d•13m ago•0 comments

American Dads Became the Parents Their Fathers Never Were

https://www.derekthompson.org/p/why-do-richer-dads-spend-more-time
1•ozozozd•13m ago•0 comments

Command Decision System for organizational risk (not average-based)

https://github.com/knuppjason-source/Human-Factors-App
1•Knuppjason•14m ago•0 comments

Show HN: Phase Router – capacity-aware routing for MoE

https://github.com/TSltd/phase_router_rs
1•TSltd•14m ago•0 comments

Largest Digital Human Rights Conference Suddenly Canceled

https://www.404media.co/rightscon-human-rights-conference-suddenly-postponed/
8•Brajeshwar•16m ago•0 comments

Long-Running Agents

https://addyo.substack.com/p/long-running-agents
3•swolpers•18m ago•1 comments

Maximilian Schwarzmüller – GitHub is facing problems [video]

https://www.youtube.com/watch?v=pekbl3Yz02g
1•mindcrime•18m ago•0 comments

Constraints That Compute: A Unified Framework for Efficient Intelligence

https://zenodo.org/records/19895574
1•massimiliano_c•18m ago•0 comments

Dotcl: Common Lisp Implementation on .NET

https://github.com/dotcl/dotcl
7•reikonomusha•18m ago•0 comments

Illegal vs. Unwanted States

https://buttondown.com/hillelwayne/archive/illegal-vs-unwanted-states/
2•azhenley•19m ago•0 comments

SatoshiGuesser – Roll for Bitcoin

https://github.com/Pathos0925/SatoshiGuesser
11•ilarum•22m ago•3 comments

China pushes EU capitals to scrap 'Made in Europe' law or face retaliation

https://www.euronews.com/my-europe/2026/04/29/china-pushes-eu-capitals-to-scrap-made-in-europe-la...
4•Teever•25m ago•1 comments