domain join: set ldb "transaction_index_cache_size" option
authorGary Lockyer <gary@catalyst.net.nz>
Wed, 3 Jul 2019 04:41:59 +0000 (16:41 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 4 Jul 2019 10:02:23 +0000 (10:02 +0000)
commit7a0a2fab0c98cf3bef9d4ba4308405aa695fedd0
tree1df388b810d75fc870363fadd8691bf6cfe7615b
parent4335f4b4e411d5c58bd0bd873115cb6c670a789c
domain join: set ldb "transaction_index_cache_size" option

Set the "transaction_index_cache_size" on a join to improve
performance. These setting reduced a join to a 100k user domain from
105 minutes to 44 minutes.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/provision/__init__.py