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.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- ICommonConfiguration
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
In a client/server environment it is good practice to configure the client and the server in exactly the same way.
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