Build-time Optimization For .NET

This topic applies to .NET version only

Db4oAdmin.exe can also be used to pre optimize the Native Queries in a given assembly. This makes it possible to deploy an application without Db4objects.Db4o.Tools.dll (the assembly where the Native Query runtime optimizer lives) while also possibly reducing Native Query execution time by dropping runtime analysis completely.

Execute the Db4oAdmin.exe command line utility without any arguments and check out the help information.

IMPORTANT: the tool is still in constant development and it currently does not support pre optimization of Native Queries expressed as delegates.