wok-current view libtdb/description.txt @ rev 25164
updated python-antlr (3.5.2 -> 3.5.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 10:50:21 2022 +0100 (2022-07-01) |
parents | |
children |
line source
1 Samba stores its data in TDB files.
2 TDB stands for "Trivial database" and was first introduced in Samba
3 as a way to store information quickly and effectively. Its interface
4 is very similar to that of GDBM, but in contradiction to GDBM it
5 supports multiple writers and readers simultaneously.