FoundationDB - the distributed, transactional key-value store.md 629 B


Title: "FoundationDB - the distributed, transactional key-value store" Date: 2018-09-04 15:56:47 Categories: [data base] tags: [foundationdb, key value]

Authors: sedlav

FoundationDB is a distributed database designed to handle large volumes of structured data across clusters of commodity servers. It organizes data as an ordered key-value store and employs ACID transactions for all operations. It is especially well-suited for read/write workloads but also has excellent performance for write-intensive workloads. Users interact with the database using API language binding.

Link