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!

Some Simple Economics of AGI

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6298838
1•reasonableklout•2m ago•0 comments

AI Bust Risks Ripple Effects from Growth to Credit, BIS Says

https://www.bloomberg.com/news/articles/2026-06-28/ai-bust-risks-ripple-effects-from-growth-to-cr...
1•thm•6m ago•0 comments

My Favorite Keyboards

https://fabiensanglard.net/keyboards/index.html
2•tmach32•9m ago•0 comments

Lore – give your coding agent the decisions your team made

https://github.com/itsthelore/rac-core
2•tcballard•10m ago•0 comments

Console.log Is Lying to You: debugging traps and tricks

https://blog.gaborkoos.com/posts/2026-06-28-Your-Console-Is-Lying-to_You/
2•theanonymousone•11m ago•0 comments

Teaching an LLM to Speak Vestaboard Note: Building Vestaboard AI

https://corti.com/teaching-an-llm-to-speak-vestaboard-note-building-vestaboard-ai/
1•TechPreacher•21m ago•0 comments

kivo: A lightweight desktop teleprompter

https://github.com/rajtilakjee/kivo
1•ilreb•21m ago•0 comments

Extracting sound effects from a Switch game

https://blog.alexbeals.com/posts/extracting-sound-effects-from-a-switch-game
1•dado3212•23m ago•0 comments

Herdr: Agent multiplexer that lives in your terminal

https://github.com/ogulcancelik/herdr
2•mzehrer•23m ago•0 comments

Thai family mourns teen girl found dead in suitcase as Australian arrested

https://www.reuters.com/world/asia-pacific/thai-family-mourns-teen-girl-found-dead-suitcase-austr...
1•petethomas•23m ago•0 comments

Optimizing LLVM's Bump Allocator

https://maskray.me/blog/2026-06-28-optimizing-llvm-bump-allocator
1•jandeboevrie•25m ago•0 comments

Basecoat 1.0

https://github.com/hunvreus/basecoat/releases/tag/1.0.0
3•dabinat•26m ago•0 comments

Trillion-Dollar Borrowing Binge Lifting the Stock Market to Risky Heights

https://www.wsj.com/finance/stocks/the-trillion-dollar-borrowing-binge-lifting-the-stock-market-t...
1•petethomas•30m ago•0 comments

Australia investigating five social media giants for not enforcing ban on kids

https://www.theregister.com/public-sector/2026/06/29/australia-investigating-five-social-media-gi...
3•defrost•34m ago•0 comments

Amazon seller reveals shadow bribery market within Amazon

https://www.mercurynews.com/2026/06/24/amazon-seller-reveals-rare-glimpse-of-shadow-bribery-market/
1•Gaishan•34m ago•0 comments

'Superallowed' alpha decay seen for the first time

https://physicsworld.com/a/superallowed-alpha-decay-seen-for-the-first-time/
2•visha1v•36m ago•0 comments

New model of ocean waves sheds light on the spread of microplastic pollution

https://physicsworld.com/a/new-model-of-ocean-waves-sheds-fresh-light-on-the-spread-of-microplast...
2•visha1v•37m ago•0 comments

PCB-QA: Evaluating LLMs over the First PCB Design Question-Answer Dataset

https://arxiv.org/abs/2606.23704
2•teleforce•45m ago•0 comments

The 1000-mile handshake from Aden to Mangalore

https://drbhaskardasgupta1.substack.com/p/the-1000-mile-handshake
2•trojanalert•45m ago•0 comments

From Prompts to Loops: Building Autonomous Coding Agents

https://animeshgaitonde.medium.com/from-prompts-to-loops-building-autonomous-coding-agents-6135bf...
2•animesh371g•50m ago•0 comments

"Warming Hole" Heat Content Variations Are Caused by Ocean Heat Transport

https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2025GL118383
5•baxtr•57m ago•0 comments

392-Year-Old Bonsai Tree That Survived the Hiroshima Atomic Blast (2024)

https://www.openculture.com/2024/05/this-392-year-old-bonsai-tree-survived-the-hiroshima-atomic-b...
4•vednig•1h ago•0 comments

'Down from Londoners' Are Transforming England's Seaside Towns

https://www.bloomberg.com/news/articles/2026-06-26/londoners-escape-to-england-s-seaside-raises-h...
2•petethomas•1h ago•0 comments

We Built Osmium for Scale

https://osmium.chat/blog/how-we-built-osmium-for-scale/
3•ateesdalejr•1h ago•0 comments

Remember SCANTRON? How did that work? [video]

https://www.youtube.com/watch?v=x2RvPFvR-CI
4•fortran77•1h ago•0 comments

My New Life with the Palantir Chore Coat

https://www.theatlantic.com/technology/2026/06/palantir-chore-coat/687686/
3•colinprince•1h ago•0 comments

PCB-Bench: Benchmarking LLMs for PCB Placement and Routing (ICLR 2026)

https://github.com/digailab/PCB-Bench
3•teleforce•1h ago•0 comments

Age verification is just a precursor to automated attribution of speech

https://nonogra.ph/age-verification-is-just-a-precursor-to-attribution-of-speech-06-29-2026
134•arkhiver•1h ago•30 comments

MFM: PINN based Motion Foundation Model

https://huggingface.co/JuSeongvin/pinn
2•urgentINC•1h ago•0 comments

Breaking the Tokenizer Barrier: On-Policy Distillation Across Model Families

https://arxiv.org/abs/2606.09456
2•Jimmc414•1h ago•0 comments