Summary
configures db4o to use a single BTreeIdSystem on
top of an InMemoryIdSystem.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Id System Configuration
Syntax
void UseSingleBTreeSystem()
Remarks
configures db4o to use a single BTreeIdSystem on
top of an InMemoryIdSystem. This setup is suitable for
smaller databases with a small number of IDs.
For larger numbers of IDs call
Db4objects.Db4o.Config.IIdSystemConfiguration.UseStackedBTreeSystem
.
Return Value
Type | Description |
---|---|
void |