From: Douglas Bagnall Date: Wed, 5 Mar 2025 05:01:42 +0000 (+1300) Subject: WHATSNEW: mention schema upgrade speed improvements X-Git-Tag: samba-4.22.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e71a04144e0cd35bb96d72aa235b5609c28356;p=thirdparty%2Fsamba.git WHATSNEW: mention schema upgrade speed improvements BUG: https://bugzilla.samba.org/show_bug.cgi?id=15821 Signed-off-by: Douglas Bagnall Autobuild-User(v4-22-test): Jule Anger Autobuild-Date(v4-22-test): Thu Mar 6 12:47:56 UTC 2025 on atb-devel-224 --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index ccb811920bb..3f9a50100d0 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -50,6 +50,14 @@ parameters include `himmelblaud_sfa_fallback`, `himmelblaud_hello_enabled`, and `himmelblaud_hsm_pin_path`. To enable, configure Samba with `--enable-rust --with-himmelblau`. +AD DC schema upgrade and provision performance improvements +----------------------------------------------------------- + +By increasing the LDB index cache size for certain offline operations +that are likely to require large transactions, these are now several +times faster. + + REMOVED FEATURES ================