[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

unloads all clean indices from memory and frees unused objects.

Namespace: Db4objects.Db4o.Ext
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub Purge
C#
void Purge ()
Visual C++
void Purge ()

Remarks

unloads all clean indices from memory and frees unused objects.

Call commit() and purge() consecutively to achieve the best result possible. This method can have a negative impact on performance since indices will have to be reread before further inserts, updates or queries can take place.