Go to file
Stephen Atherton 39ff1b3c52 Bug fix, when io_timeouts are enabled in warn only mode they weren’t being logged at all. 2017-07-05 14:43:10 -07:00
bindings added new files to fdb_node.target to fix windows build 2017-06-23 15:32:28 -07:00
build Initial repository commit 2017-05-25 13:48:44 -07:00
fdbbackup Initial repository commit 2017-05-25 13:48:44 -07:00
fdbcli removed fast_recovery_double and fast_recovery_triple from the fdbcli 2017-06-23 16:18:23 -07:00
fdbclient fix: if a database gets locked after an unknown result, the dummyTransaction will be stuck until the database is unlocked 2017-06-26 12:12:47 -07:00
fdbmonitor Initial repository commit 2017-05-25 13:48:44 -07:00
fdbrpc Bug fix, when io_timeouts are enabled in warn only mode they weren’t being logged at all. 2017-07-05 14:43:10 -07:00
fdbserver fix: do not log that data distribution is initialized until readyToStart is ready 2017-06-30 16:21:59 -07:00
fdbservice Initial repository commit 2017-05-25 13:48:44 -07:00
flow Merge branch 'release-4.6' into release-5.0 2017-06-26 15:54:57 -07:00
layers Initial repository commit 2017-05-25 13:48:44 -07:00
packaging Generate new guid for FDBInstaller.wxs 2017-06-28 18:43:22 -07:00
recipes Initial repository commit 2017-05-25 13:48:44 -07:00
tests randomized the delays in atomic switchover workload 2017-06-01 12:08:21 -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 Initial repository commit 2017-05-25 13:48:44 -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 undo whitespace change 2017-06-30 11:23:38 -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.