Hi,

the bottleneck is that when deleting a row,
> the complete row is read, and if that row contains a column with a
> large array, the reading of the array is the bottleneck (even though
> it is about to be deleted).
>

Yes. However I don't think converting the byte array to a row is the
problem. I guess the problem is that the page is read (from disk). This is
unavoidable unless if you delete all rows within a page.

What you could do is delete all rows of a table, using "truncate" or "drop
table".

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.

Reply via email to