svn commit: samba r7828 - in branches/SAMBA_4_0/source/lib/ldb: common include ldb_sqlite3 tests tools

derrell at samba.org derrell at samba.org
Wed Jun 22 02:39:08 GMT 2005


Author: derrell
Date: 2005-06-22 02:39:07 +0000 (Wed, 22 Jun 2005)
New Revision: 7828

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7828

Log:
Although there is still plenty to do, ldb_sqlite3 now passes the set of tests
in tests/test-sqlite3.sh (tests/test-generic.sh).

There are lots of optimizations still TBD, and some things are REALLY slow 
right now (e.g. each add() operation takes 1/3 - 1/2 second) but it's ready for 
interested parties to poke it and prod it and see how (un)reasonable it is.
Play away.

Still to be implemented or improved:
 - tdb specials (@MODULES, @SUBCLASSES, etc.)
 - all DNs are case-folded in their entirty right now (since doing otherwise
   would require @ATTRIBUTES to be implemented)
 - speed improvements and optimizations.  I am quite confident that the 
   excessively slow add() operation can be much improved, and other areas
   can be somewhat improved.


Modified:
   branches/SAMBA_4_0/source/lib/ldb/common/ldb.c
   branches/SAMBA_4_0/source/lib/ldb/include/ldb.h
   branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3/base160.c
   branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
   branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.h
   branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3/schema
   branches/SAMBA_4_0/source/lib/ldb/tests/test-sqlite3.sh
   branches/SAMBA_4_0/source/lib/ldb/tools/ldbtest.c


Changeset:
Sorry, the patch is too large (2370 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7828


More information about the samba-cvs mailing list