Corrections.
This commit is contained in:
parent
eec691b6d3
commit
e2f4c2a2e2
|
@ -19,13 +19,13 @@ Features
|
|||
* Added a new `--build_flags option` to binaries to print build information. `(PR #3769) <https://github.com/apple/foundationdb/pull/3769>`_
|
||||
* Added `--incremental` option to backup and restore that allows specification of only recording mutation log files and not range files. Incremental restore also allows restoring to a non-empty destination database. `(PR #3676) <https://github.com/apple/foundationdb/pull/3676>`_
|
||||
* Added request tracing framework. `(PR #3329) <https://github.com/apple/foundationdb/pull/3329>`_ `(PR #3700) <https://github.com/apple/foundationdb/pull/3700>`_ `(PR #4048) <https://github.com/apple/foundationdb/pull/4048>`_ `(PR #4125) <https://github.com/apple/foundationdb/pull/4125>`_ `(PR #4204) <https://github.com/apple/foundationdb/pull/4204>`_
|
||||
* Added the `global configuration framework <https://github.com/apple/foundationdb/wiki/Global-Configuration-Framework>`, an eventually consistent configuration mechanism to efficiently make runtime changes to all clients and servers. `(PR #4330) <https://github.com/apple/foundationdb/pull/4330>`_
|
||||
* Added the feature to monitor and manage an fdb cluster via read/write specific special keys through transactions. `(PR #3455) <https://github.com/apple/foundationdb/pull/3455>`_ `(PR #3945) <<https://github.com/apple/foundationdb/pull/3945>`_ `(PR #4255) <https://github.com/apple/foundationdb/pull/4255>`_ `(PR #4354) <https://github.com/apple/foundationdb/pull/4354>`_ `(PR #4582) <https://github.com/apple/foundationdb/pull/4582>`_
|
||||
* Added the `(Global Configuration Framework) <https://github.com/apple/foundationdb/wiki/Global-Configuration-Framework>`, an eventually consistent configuration mechanism to efficiently make runtime changes to all clients and servers. `(PR #4330) <https://github.com/apple/foundationdb/pull/4330>`_
|
||||
* Added the feature to monitor and manage an fdb cluster via read/write specific special keys through transactions. `(PR #3455) <https://github.com/apple/foundationdb/pull/3455>`_ `(PR #3945) <https://github.com/apple/foundationdb/pull/3945>`_ `(PR #4255) <https://github.com/apple/foundationdb/pull/4255>`_ `(PR #4354) <https://github.com/apple/foundationdb/pull/4354>`_ `(PR #4582) <https://github.com/apple/foundationdb/pull/4582>`_
|
||||
* Added TLS support to fdbdecode for decoding mutation log files stored in blobs. `(PR #4611) <https://github.com/apple/foundationdb/pull/4611>`_
|
||||
* Added ``initial_snapshot_interval`` to fdbbackup that can specify the duration of the first inconsistent snapshot written to the backup. `(PR #4620) <https://github.com/apple/foundationdb/pull/4620>`_
|
||||
* Added ``inconsistent_snapshot_only`` to fdbbackup that ignores mutation log files and only uses range files during the restore to speedup the process. `(PR #4704) <https://github.com/apple/foundationdb/pull/4704>`_
|
||||
* Added the Testing Storage Server (TSS), which allows FoundationDB to run an "untrusted" storage engine with identical workload to the current storage engine, with zero impact on durability or correctness, and minimal impact on performance. `(PR #4556) <https://github.com/apple/foundationdb/pull/4556>`_ `(PR #4892) <https://github.com/apple/foundationdb/pull/4892>`_ `(PR #4895) <https://github.com/apple/foundationdb/pull/4895>`_ `(PR #4934) <https://github.com/apple/foundationdb/pull/4934>`_ `(PR #4949) <https://github.com/apple/foundationdb/pull/4949>`_ `(PR #4965) <https://github.com/apple/foundationdb/pull/4965>`_
|
||||
* Added perpetual storage wiggle that supports less impactful B-trees recreation and data migration. These will also be used for deploying the Testing Storage Server which compares 2 storage engines' results. `(PR #4838) <https://github.com/apple/foundationdb/pull/4838>`_ `(PR #4860) <https://github.com/apple/foundationdb/pull/4860`_ `(PR #5009) <https://github.com/apple/foundationdb/pull/5009>`_
|
||||
* Added perpetual storage wiggle that supports less impactful B-trees recreation and data migration. These will also be used for deploying the Testing Storage Server which compares 2 storage engines' results. `(PR #4838) <https://github.com/apple/foundationdb/pull/4838>`_ `(PR #4860) <https://github.com/apple/foundationdb/pull/4860>`_ `(PR #5009) <https://github.com/apple/foundationdb/pull/5009>`_
|
||||
|
||||
Performance
|
||||
-----------
|
||||
|
|
Loading…
Reference in New Issue