On a large database, with table records counts upward of 10 millions,
the table row counts get messed up.

Updated a database from H2 1.2.21 to h2 1.2.32.

Using

DELETE FROM THIS_LARGE_TABLE  WHERE INDEXED_COLUMN > 25000000;

Got Error:

General Error: 'java.lang.RuntimeException: rowCount expected 11500000
got 10800000 ........

On actuall running COUNT method, the table returns 11500000 (numbers
rounded up for this message)

regards

Vinod

-- 
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