WHATSNEW: Mention tdb mutexes
authorVolker Lendecke <vl@samba.org>
Sat, 20 Sep 2014 15:16:49 +0000 (17:16 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 20 Sep 2014 16:48:10 +0000 (18:48 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
WHATSNEW.txt

index e9a562758c88039dfb655665d28d0e3e5168c46d..a474d7eea4a049a5da1f6d4826fe1610f98ef876 100644 (file)
@@ -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