Go to file
Stephen Atherton 8cd43692bf Update versions.target for next release. 2017-08-09 23:34:14 -07:00
bindings Move some memory related activities outside of the timed block 2017-08-09 14:36:19 -07:00
build Initial repository commit 2017-05-25 13:48:44 -07: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 fix: call initSignalSafeUnwind in fdbcli and backup to avoid hangs in slow task profiling. 2017-08-07 15:55:08 -07:00
fdbclient Add warning that the slow task profiling network option is not recommended for use in production. 2017-08-09 14:39:05 -07:00
fdbmonitor Initial repository commit 2017-05-25 13:48:44 -07:00
fdbrpc Remove outdated comment from incrementalDelete function. 2017-07-26 15:27:37 -07:00
fdbserver fix: peek cursors were being timed out every 10 minutes, instead of 10 minutes after the last use 2017-08-09 15:58:06 -07:00
fdbservice Initial repository commit 2017-05-25 13:48:44 -07:00
flow Disable profiling if we aren't using the cached dl_iterate_phdr values. 2017-08-08 09:03:04 -07:00
layers Initial repository commit 2017-05-25 13:48:44 -07:00
packaging Updated WIX Installer GUID. 2017-08-09 23:24:05 -07:00
recipes updated paths and formatting with go docs and examples 2017-07-05 17:25:32 -07:00
tests java tester support on release-5.0 2017-07-17 16:42:50 -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 for next release. 2017-08-09 23:34:14 -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.