Go to file
Alex Miller c40c1bb5fe Add a new workload: BackupToDBAbort, which does an ACI switchover.
This is to allower easier testing of non-durable switchovers without having to
wiggle into BackupToDBCorrectness's view of the world.
2017-09-29 15:58:36 -07:00
bindings renamed past_version to transaction_too_old 2017-09-28 16:35:08 -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 Add locality to backup agent and DR agent 2017-09-26 10:19:26 -07:00
fdbcli added a new multi_dc configuration 2017-09-01 15:45:27 -07:00
fdbclient Make atomicSwitchover preserve an ever-increasing commit version. 2017-09-29 15:58:36 -07:00
fdbmonitor Merge branch 'release-5.0' 2017-09-26 22:13:23 -07:00
fdbrpc Add a new workload: BackupToDBAbort, which does an ACI switchover. 2017-09-29 15:58:36 -07:00
fdbserver Add a new workload: BackupToDBAbort, which does an ACI switchover. 2017-09-29 15:58:36 -07:00
fdbservice Initial repository commit 2017-05-25 13:48:44 -07:00
flow renamed past_version to transaction_too_old 2017-09-28 16:35:08 -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 Hackish version of a test, but it does fail. 2017-09-29 15:58:36 -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 OS X compilation option for c files to cpp files to support old versions of OSX 2017-07-18 11:09:10 -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 version.target to 5.0.5 as next patch version 2017-08-29 14:09:23 -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.