Making Postgres distributed with FoundationDB

56 points by fabian


nathanflurry

This is really exciting to see someone taking on this project. There are very few OSI-approved distributed SQL databases (Vitest, TiDB, Yugabyte). Frankly I have a hard time buying in to Yuagbyte & TiDB because of commercial ownership & potential licensing changes – esp after our company (Apache 2.0 open-core) was rug pulled by CockroachDB, Nomad, and Redis licenses.

I’ve also spent some time developing a few flavors of SQLite VFS on FDB (akin to mvsqlite with different tradeoffs). It’s a fun time.

How are you tackling PG transactions with the 5s & 10 MB limit on FDB transactions?