frontpage.
newsnewestaskshowjobs

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!

Atlas – observability for startup operations via self-building agents

https://www.atlasjoins.ai/
1•csbhagav•23s ago•0 comments

Sikhbani.ai – Ask the Sri Guru Granth Sahib

https://sikhbani.ai/
1•manmeet•29s ago•0 comments

How to opt out of AI training on ChatGPT, Google, Meta and more

https://blog.mega.io/how-to-opt-out-of-ai-training
1•dotcoma•33s ago•0 comments

Show HN: Feisty Duck's Cryptography and Security News Aggregator

https://www.feistyduck.com/news/
1•ivanr•46s ago•0 comments

Battery boom brings round-the-clock solar closer, Ember says

https://www.pv-magazine.com/2026/08/27/battery-boom-brings-round-the-clock-solar-closer-ember-says/
1•ndr42•2m ago•0 comments

Show HN: Backprompter – create, test, and deploy agents without a back end

https://backprompter.com/
1•aj-srivastava•4m ago•0 comments

We disabled the "speed" plugin and the Core Web Vitals remained the same

https://pagespeed.one/en/blog/lighthouse-score-hacking
1•absolutmachal•4m ago•0 comments

Show HN: A virtual race car that drives only while someone pays for fuel

https://fuelup.lol/
1•bombashell•4m ago•0 comments

Show HN: Kitewing marketing site, inspired by Braun industrial design ca. 1968

https://www.kitewing.ai/
1•hglaser•4m ago•0 comments

Building table-aware, partition-aware physical replication for Iceberg tables

https://www.prequel.co/blog/physical-replication-for-iceberg-tables/
3•conormccarter•6m ago•0 comments

Show HN: Relay Tetris

https://minivac.greg.technology/tetris/
1•gregsadetsky•6m ago•0 comments

Needle: The benchmark your search engine can't memorize

https://keenable.ai/blog/needle-the-benchmark-your-search-engine-can-t-memorize
2•matt4711•8m ago•0 comments

Corporate political donations shatter record at $646M so far for US midterms

https://www.reuters.com/legal/government/corporate-political-donations-shatter-record-646-million...
3•petethomas•9m ago•0 comments

Outmano

https://outmano.com/
1•operationteam•10m ago•0 comments

Adobe is adding more AI to Photoshop

https://www.theverge.com/tech/985491/adobe-photoshop-ai-assisted-editor-markup
1•Brajeshwar•11m ago•0 comments

Show HN: ThunderPhone v2 – a new architecture for voice AI

https://thunderphone.com
1•kolchinski•11m ago•0 comments

Meta projected to spend $10B on Anthropic AI

https://www.nytimes.com/2026/08/27/technology/meta-anthropic-frenemies.html
2•louiereederson•11m ago•0 comments

The terrifying mechanics of the Nepali flash flood

https://www.economist.com/science-and-technology/2026/08/27/the-terrifying-mechanics-of-the-nepal...
1•vinni2•12m ago•0 comments

Show HN: Git for Designers

https://opacity.com/
1•x7ikmet•13m ago•0 comments

Security Advisory Bulletin 067

https://community.ui.com/releases/Security-Advisory-Bulletin-067/fc4a3488-7c43-4628-8bab-f715e96d...
1•metrofun•14m ago•0 comments

Panic passes Trump tariff refunds back to the Playdate customers who paid them

https://arstechnica.com/gaming/2026/08/panic-refunds-illegal-tariffs-customers-paid-on-its-playda...
1•ndr42•14m ago•0 comments

Ask HN: Ideas for dealing with overly-do-gooder agents

1•zof3•15m ago•0 comments

I just needed a thing that listens

https://ivanlugo.dev/writing/i-just-needed-a-thing-that-listens/
1•tikimcfee•15m ago•0 comments

Relentlessly Optimizing SIMD CSV Parsing

https://j-li.us/blog/relentlessly-optimizing-simd-csv-parsing
1•juliusgeo•15m ago•0 comments

Show HN: Revenue Agents that monitor churn, upsell, and deal risk

https://www.rimplo.com/
1•Hoss-Elkhateeb•17m ago•0 comments

Show HN: Turn every PR into animated architecture diagrams (open-source)

https://github.com/coldteadotai/pr-lens
3•TheAnkurTyagi•18m ago•1 comments

A sandbox is not a permission model for multi-agent systems

https://github.com/agentconnect-md/agentconnect
2•Kkkkki•21m ago•0 comments

Nvidia projects $673B in sales as AI demand widens

https://forgeeks.net/nvidia-673-billion-ai-growth-forecast/
2•kuuuzya•21m ago•0 comments

Show HN: TermDrop – Stream a local file to a remote server with one curl command

https://termdrop.sh/
1•npartin•22m ago•0 comments

OpenAI to start showing ads on ChatGPT's free and Go tiers in India

https://techcrunch.com/2026/08/27/openai-to-start-showing-ads-on-chatgpts-free-and-go-tiers-in-in...
3•Brajeshwar•23m ago•0 comments