Remix.run Logo
arpinum an hour ago

This is frustrating to read. Tigres is built on FoundationDB, but doesn't expose all FoundationDB operations like transactions, range reads, and get mapped range. They go through all sorts of complications to handle these issues, including a database for caching (and they don't consider thundering herd problems).

What if you just ran FoundationDB instead?

embedding-shape 41 minutes ago | parent | next [-]

> What if you just ran FoundationDB instead?

Would that let you do collaboration blog-posts with another VC-funded startup though?

ddorian43 34 minutes ago | parent | prev [-]

FoundationDB is only as metadata store.

Also, the database is the last thing you want to re-invent unless your business is explicitly building a db (even then it's best to re-use a db like all the postgresql forks that have existed)

arpinum 28 minutes ago | parent [-]

> the database is the last thing you want to re-invent

good news, FoundationDB is already invented, and just slightly more tested than others on the market.