ICommonConfiguration.

OptimizeNativeQueries Property

Summary

If set to true, db4o will try to optimize native queries dynamically at query execution time, otherwise it will run native queries in unoptimized mode as SODA evaluations.

Syntax

bool OptimizeNativeQueries { get; set; }

Remarks

If set to true, db4o will try to optimize native queries dynamically at query execution time, otherwise it will run native queries in unoptimized mode as SODA evaluations. The following assemblies should be available for native query switch to take effect: Db4objects.Db4o.NativeQueries.dll, Db4objects.Db4o.Instrumentation.dll.

The default setting is
true
.

In a client/server environment it is good practice to configure the client and the server in exactly the same way.

Value

Type Description
bool

See Also

  • Db4objects.Db4o.Config.ICommonConfiguration.OptimizeNativeQueries
  • Db4objects.Db4o.Config.ICommonConfiguration.OptimizeNativeQueries