Go to file
A.J. Beamon 188562ccbc fix: Status should create its DatabaseConfiguration using fromKeyValues(). This makes sure that various state is correctly set if not specified in the configuration. 2018-01-22 11:40:08 -08:00
bindings fixed exclusion rule to actually not take flow tester 2017-09-11 13:04:45 -07:00
build Initial repository commit 2017-05-25 13:48:44 -07:00
fdbbackup added help messages for setting a memory limit 2017-09-29 12:38:42 -07:00
fdbcli added configurable memory limits for backup and dr executables 2017-09-29 10:35:40 -07:00
fdbclient Changed log and range backup task error events to SevWarn from SevError. 2017-12-06 16:21:15 -08:00
fdbmonitor FDBMonitor now supports “flag_X=<true/false>” in all sections, with the usual inheritance, in order to enable (true) or disable (false) the passing of a parameterless command line named X as “—X”. 2017-09-26 22:13:01 -07:00
fdbrpc Renamed an error, changed blob request failure to Warn severity. 2017-12-06 15:58:54 -08:00
fdbserver fix: Status should create its DatabaseConfiguration using fromKeyValues(). This makes sure that various state is correctly set if not specified in the configuration. 2018-01-22 11:40:08 -08:00
fdbservice Initial repository commit 2017-05-25 13:48:44 -07:00
flow Fixed inconsistent styles of recently changed error messages. 2017-10-20 12:56:00 -07:00
layers Initial repository commit 2017-05-25 13:48:44 -07:00
packaging Update product ID. 2017-11-02 10:19:06 -07:00
recipes updated paths and formatting with go docs and examples 2017-07-05 17:25:32 -07:00
tests tests: Update binding single key get range performance test to specify a limit of 2 and use exact mode. 2017-09-01 12:36:24 -07:00
.gitignore Initial repository commit 2017-05-25 13:48:44 -07:00
ACKNOWLEDGEMENTS Initial repository commit 2017-05-25 13:48:44 -07:00
LICENSE Initial repository commit 2017-05-25 13:48:44 -07:00
Makefile Added min version compilation option for OS X 2017-08-07 11:56:12 -07:00
README.md Initial repository commit 2017-05-25 13:48:44 -07:00
foundationdb.sln Initial repository commit 2017-05-25 13:48:44 -07:00
versions.target Update versions.target 2017-11-02 10:29:34 -07:00

README.md

FoundationDB

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.