Andrei Tokar

Results 42 comments of Andrei Tokar

Short summary is available [here](https://github.com/h2database/h2database/releases/tag/version-2.0.202)

Dear Turok, Please understand, that what people were asking is a single-class, standalone test case, no dependencies. Ideally, even a pure SQL script. Your code is Junit test with some...

Where databases produced with the same build of H2? What was the original problem (reason to use recovery tool) in the first place?

@vineethkumargl > database size should be decreased when data is deleted This assumption is not true. When data is deleted, that decreases the size of your data, which may or...

I still fail to see the problem here. Yes, size of the file is bigger than size of you data, but you a going to modify that data further, aren't...

File space is allocated (and reused) in chunks. Chunk is written at once and contains multiple data pages. Page later may become dead when data within it is modified (copy-on-write)....

1.4.200 tries to keep track of unexpected/unclean shutdowns and does more expensive checks/recovery on the next startup.

I wonder what is the point of this exercise? It may show some deficiencies of MVStore design, but it's nothing new, and it seems , that it works as expected....

And who brags about reliability here? This is not a social network's chat room, but a place to report issues (in more or less professional manner) and get them fixed....

Is it reproducible or it's once-in-a-blue-moon event?