IIdSystemConfiguration.

UseStackedBTreeSystem() Method

Summary

configures db4o to use a stack of two BTreeIdSystems on top of an InMemoryIdSystem.

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