r19685: Two changes inspired by problems with huge tdbs. tdbtool's list command now
commit3a1ada7635a6b585747afc3885302a3557cf5fb8
authorVolker Lendecke <vlendec@samba.org>
Mon, 13 Nov 2006 09:34:55 +0000 (13 09:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:46 +0000 (10 12:15 -0500)
treebd8352589267a73a9bd5d03f7f62262eaa6b3958
parentbef92ebb257adda6634c559e0240ad4991840212
r19685: Two changes inspired by problems with huge tdbs. tdbtool's list command now
prints the hash on every record for easier awk'ing, and tdbbackup allows a
different hash chain length on the backed up tdb.

Jeremy, Günther, this might be interesting for you huge domains. Not only
locking.tdb, also the winbind ones might grow huge.

In the installation I fixed with this winbind spent a huge amount of CPU
spinning through a degenerated winbindd_idmap.tdb with entries for more than
15.000 users. With a default number of hash chains of 131 on that tdb you can
imagine that the lists get large.

Not merging to 4, I don't get tdbbackup to compile there right now.

What about changing the global default hash chain number to be dramatically
larger? Disk is cheap these days.

Volker
(This used to be commit 577d0ff658596f8246f120e0342cc5c9e4077ece)
source3/tdb/common/dump.c
source3/tdb/common/tdbback.c
source3/tdb/include/tdbback.h
source3/tdb/tools/tdbbackup.c