]> git.ipfire.org Git - thirdparty/samba.git/commit
provision: always use a large transaction index cache
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 30 Jan 2025 21:31:32 +0000 (10:31 +1300)
committerJule Anger <janger@samba.org>
Wed, 26 Feb 2025 09:40:17 +0000 (09:40 +0000)
commit47eaf606a44ba3765b9375c033529f2e0463a88c
treeac61f80e5458fa5aed40ddfdeadcaeb89960e415
parent848cdca0b53debe6e539124460b170b3fbde067a
provision: always use a large transaction index cache

A larger cache costs more per transaction, but makes a large number
of operations within a transaction faster. We expect to be dealing
with the latter case here, regardless of the batch_mode parameter
and the database size. 200000 is chosen because it is also used in
join and schemaupgrade, and should be sufficient in most cases.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15795

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Tue Feb  4 22:47:35 UTC 2025 on atb-devel-224

(cherry picked from commit e705dbbc6765454813375fee9f6a3365b947e021)

Autobuild-User(v4-20-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-20-test): Wed Feb 26 09:40:17 UTC 2025 on atb-devel-224
python/samba/provision/__init__.py