Upcoming presentations
No upcoming presentations...
Past presentations
FoundationDB: Building a next-generation distributed database storage engine
Introduction to the core architecture of FoundationDB
The FoundationDB Key Value store exposes an API with a strong resemblance to a B-Tree storage engine. This API is similar to internal APIs used in most RDBMSs, the API has concepts such as global versions and allows for MVCC operations. The design goal this this API was to mimic such a storage engine API such that it could be a state storage layer that would allow for the development of full da...