diff options
author | Gary Lockyer <gary@catalyst.net.nz> | 2019-07-04 10:00:03 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-07-04 10:02:23 +0000 |
commit | f837cd023cf1b88b1677d80e273557cfdd554e38 (patch) | |
tree | e292d3e84d352a25de27000643aa0c7946ca3628 /WHATSNEW.txt | |
parent | 7a0a2fab0c98cf3bef9d4ba4308405aa695fedd0 (diff) | |
download | samba-f837cd023cf1b88b1677d80e273557cfdd554e38.tar.gz |
WHATSNEW: ldb_batch mode and join performance
Document the join performance improvement, and the ldb "batch_mode"
option.
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 3d6cbbe8dee..83f641b2f45 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -55,6 +55,12 @@ Reindex performance improvements The performance of samba-tool dbcheck --reindex has been improved, especially for large domains. +join performance improvements +----------------------------- + +The performance of samba-tool domain join has been improved, especially +for large domains. + LDAP referrals -------------- @@ -101,6 +107,13 @@ This option is avaiable for the following sub commands: * domain dcpromo * drs clone-dc-database +LDB "batch_mode" +---------------- + +To improve performance during batch operations i.e. joins, ldb now accepts a +"batch_mode" option. However to prevent any index or database inconsistencies +if an operation fails, the entire transaction will be aborted at commit. + REMOVED FEATURES ================ |