Go to file
Ben Collins 8c13f60625 Update tuple.md 2017-09-19 22:41:55 +00:00
bindings Merge branch 'release-5.0' 2017-09-12 13:34:28 -07:00
build Initial repository commit 2017-05-25 13:48:44 -07:00
design Update tuple.md 2017-09-19 22:41:55 +00:00
fdbbackup fix: call initSignalSafeUnwind in fdbcli and backup to avoid hangs in slow task profiling. 2017-08-07 15:55:08 -07:00
fdbcli added a new multi_dc configuration 2017-09-01 15:45:27 -07:00
fdbclient reduced reply_byte_limit to 80k 2017-09-15 11:01:56 -07:00
fdbmonitor replace wd40 references from fdbmonitor with command to unset environment variables 2017-07-19 15:38:29 -07:00
fdbrpc added the ability to disable connection failures for a period of time after one happens 2017-09-18 12:46:29 -07:00
fdbserver do not register with the master until recovery of the queue is complete, to avoid having the master wait a long time for a peek response 2017-09-18 17:39:12 -07:00
fdbservice Initial repository commit 2017-05-25 13:48:44 -07:00
flow all timeouts longer than two minutes have been can be lowered to 60.0 with buggification 2017-09-18 11:04:51 -07:00
layers Remove a few more outdated items 2017-09-01 09:15:59 -07:00
packaging Merge from release-5.0.4 2017-08-29 15:04:28 -07:00
recipes updated paths and formatting with go docs and examples 2017-07-05 17:25:32 -07:00
tests added the ability to disable connection failures for a period of time after one happens 2017-09-18 12:46:29 -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 Restore version to 5.0.5 2017-08-30 12:06:45 -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.