Summary
unloads all clean indices from memory and frees unused objects.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
void Purge()
Remarks
unloads all clean indices from memory and frees unused objects.
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.
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.
Return Value
Type | Description |
---|---|
void |