Hi,
Did you read the documentation ("Performance")?
Could you post a complete, simple test case? (as simple as possible, but so
that the problem can still be reproduced). Something like:
create table test(id int primary key);
insert into test select x from system_range(1, 1000);
select * from test where id < 100 order by 1 asc;
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=en.