TigerFS – A Filesystem Backed by PostgreSQL
hahahacorn
18 points
2 comments
March 18, 2026
Related Discussions
Found 5 related stories in 50.8ms across 3,471 title embeddings via pgvector HNSW
- Postgres with Builtin File Systems ngaut · 54 pts · March 14, 2026 · 67% similar
- What's new in Linux kernel for PostgreSQL erthalion · 21 pts · March 03, 2026 · 51% similar
- Google Cloud: Investing in the Future of PostgreSQL kevincox · 23 pts · April 01, 2026 · 51% similar
- Postgres Traffic Control samlambert · 17 pts · March 23, 2026 · 50% similar
- Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3 russellthehippo · 131 pts · March 26, 2026 · 50% similar
Discussion Highlights (2 comments)
bjornroberg
Really nice concept. I like the idea of using file system primitives to interact with structured data.
m_sahaf
Brilliant. I wonder what limits we can hit with this setup. What if local postgres is installed and its data directory location is on TigerFS, what are the trade-offs here? Could placing SQLite file on TigerFS mount increase durability for Litestream setup? Is it possible to somehow run have TigerFS database storing data on TigerFS?