mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Update FoundationDB to both main supported versions, and also split between server and client builds for convenience. PR: 277262 Reviewed by: dch Sponsored by: SkunkWerks, GmbH
8 lines
478 B
Text
8 lines
478 B
Text
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.
|
|
|
|
To learn more about FoundationDB, visit https://www.foundationdb.org
|