Hi, I can't reproduce the problem. Did you read the documentation about performance? Could you get a few full thread dumps and post them, together with a reproducible test case if possible. My test case is:
drop table test; create table test(id identity, col varchar) as select x, null from system_range(1, 3600929); -- 67 seconds update test set col=chr(mod(rownum,256)); -- 106 seconds 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.
