configures db4o to use an index-based freespace system.
configures db4o to use an index-based freespace system.
Advantages
- ACID, no freespace is lost on abnormal system termination
- low memory consumption
Disadvantages
- slower than the RAM-based system, since freespace information is written during every commit
IFreespaceConfiguration Interface | Db4objects.Db4o.Config Namespace