Comment on FoundationDB: A new generation of NoSQL databaseparentComments−cbsmith14yThe overhead with transactions doesn't come from the fields being in different tables...−voidmain14yYou are right. Our API is strong enough that you could implement a SQL database on top of it efficiently. I have done it (using sqlite4 as the front end) as a proof of concept.
Comments
The overhead with transactions doesn't come from the fields being in different tables...
You are right. Our API is strong enough that you could implement a SQL database on top of it efficiently. I have done it (using sqlite4 as the front end) as a proof of concept.