1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/ldb/ldb_sqlite3
Andrew Bartlett 8420a36dc7 ldb: make ldb a top level library for Samba 4.0
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-07-05 17:24:47 +10:00
..
base160.c ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
ldb_sqlite3.c ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
README ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
schema ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
trees.ps ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00

trees.ps contains an explanation of the Genealogical Representation of Trees
in Databases which is being used in ldb_sqlite3.  Note that we use fgID
representation with 4 bytes per level, so we can represent 6.5E+08 subclasses
of any object class.  This should be adequate for our purposes. :-)

The following document is the primary basis for the schema currently being
used here:  http://www.research.ibm.com/journal/sj/392/shi.html