summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-09-20 17:16:49 +0200
committerVolker Lendecke <vl@samba.org>2014-09-20 18:48:10 +0200
commite3a0c3ef764e39baeb0fc6f77c9d463b908cb04a (patch)
treee3d38b4e027ca9946204f00a67ffbc7113f93eda /WHATSNEW.txt
parent3360f9ac33e7025811c00f3d7cb04cb9e4d81ec4 (diff)
downloadsamba-e3a0c3ef764e39baeb0fc6f77c9d463b908cb04a.tar.gz
WHATSNEW: Mention tdb mutexes
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index e9a562758c8..a474d7eea4a 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -95,6 +95,22 @@ systematized and subcommands for reading and writing the autorid idmap
database have been added. Note that the writing commands should be
used with great care. See the net(8) manual page for details.
+tdb improvements
+================
+
+The tdb library, our core mechanism to store Samba-specific data on disk and
+share it between processes, has been improved to support process shared robust
+mutexes on Linux. These mutexes are available on Linux and Solaris and
+significantly reduce the overhead involved with tdb. To enable mutexes for
+tdb, set
+
+dbwrap_tdb_mutexes:* = yes
+
+in the [global] section of your smb.conf.
+
+Tdb has furthermore improved to manage its file space more efficiently. This
+will lead to smaller and less fragmented databases.
+
######################################################################
Changes