Summary
configures db4o to use a stack of two BTreeIdSystems on
top of an InMemoryIdSystem.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Id System Configuration
Syntax
void UseStackedBTreeSystem()
Remarks
configures db4o to use a stack of two BTreeIdSystems on
top of an InMemoryIdSystem. This setup is scalable for
large numbers of IDs. It is the default configuration
when new databases are created.
Return Value
| Type | Description |
|---|---|
| void |