IIdSystemConfiguration.

UseSingleBTreeSystem() Method

Summary

configures db4o to use a single BTreeIdSystem on top of an InMemoryIdSystem.

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