[android-developers] Re: Odp: DB4O Native query time issue

2011-07-08 Thread Gamlor
Oups, sent my answer directly instead posting it here. Here is it for everyone: Hi. The issue is that the Native Query optimizes doesn't work on Android. The reason is that this optimizer looks at the Java-byte-code which isn't available on Android. So you have two possibilities. Use a

[android-developers] Re: Odp: DB4O Native query time issue

2011-06-15 Thread billybraga
Are you in CS environment ? If yes, does the server have the up to date jar file included ? Also, you must have the field indexed, whether you use SODA or native queries ? Is the field inherited !?!? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Odp: DB4O Native query time issue

2011-05-06 Thread imran ali
Hi Tomasz, i tried with index on dishTypeId, also follow this link http://developer.db4o.com/Documentation/Reference/db4o-7.12/java/reference/html/reference/tuning/native_query_optimization/optimization_at_query_execution_time.html but did not get, so finally i moved for SODA query, that give me