db4o

IExtObjectContainer.Purge Method ()

unloads all clean indices from memory and frees unused objects.

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.

See Also

IExtObjectContainer Interface | Db4objects.Db4o.Ext Namespace | IExtObjectContainer.Purge Overload List