Hi, Maybe the problem is that a new optimization for IN(...) is enabled now. You can disable it by setting the system property "h2.optimizeInList" to "false". See also http://www.h2database.com/html/changelog.html and http://www.h2database.com/javadoc/org/h2/constant/SysProperties.html#h2.optimizeInList
Could you verify disabling this feature improves the performance? > reuseSpaceBtreeIndex I'm sorry about that. For me, the main priority is the page store mechanism. I will not have time to work on the old storage mechanism, sorry. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=.
