> ( index used)
How did you verify the index is used?
Could you post the result of "EXPLAIN ANALYZE SELECT ..."?
Could you also post the CREATE TABLE statement for this table? If the
table has large column (large VARCHAR columns) then this might be the
reason (use BLOB instead).
See also http://h2database.com/html/performance.html
Regards,
Thomas
The problem could be fragmentation in the database file. Could you try
SHUTDOWN DEFRAG? See also
http://h2database.com/html/grammar.html#shutdown
Regards,
Thomas