Postgres with Builtin File Systems
ngaut
54 points
14 comments
March 14, 2026
Related Discussions
Found 5 related stories in 673.3ms across 14,015 title embeddings via pgvector HNSW
- TigerFS – A Filesystem Backed by PostgreSQL hahahacorn · 18 pts · March 18, 2026 · 67% similar
- Postgres by Example thenewedrock · 46 pts · June 10, 2026 · 62% similar
- Do you need separate systems when you already have Postgres? b-man · 102 pts · July 06, 2026 · 61% similar
- PostgreSQL is enough (2024) Imustaskforhelp · 103 pts · June 24, 2026 · 59% similar
- PostgresBench: A Reproducible Benchmark for Postgres Services saisrirampur · 94 pts · June 20, 2026 · 57% similar
Discussion Highlights (6 comments)
jacques_chester
> db9 is a PostgreSQL-compatible distributed SQL database. Your data is stored in a distributed TiKV cluster, and each database (tenant) gets its own isolated keyspace. [0] I feel like the lede is a bit buried here, bordering on deceptive. That or the architecture doc is wrong. Both plausible I guess, in this day and age. [0] https://db9.ai/docs/sql
hintymad
I think what’s really interesting is that the first version of db9.ai is done by a single person by commanding AI. There must be tons of invaluable lessons learned.
nullpoint420
The carousel overflows on mobile, extending past the screen
clark1013
I like the idea of combining the file system and the database. It's really useful when people don’t want to manage files and structured data separately.
agreezy
I've only worked with MySQL, Sqlite up until this year. Started on Postgres since January and I'm seeing how flexible it is.
anorak27
You can do the same and a bit more with sqlite through agentfs https://github.com/tursodatabase/agentfs