issues
search
cruppstahl
/
upscaledb
A very fast lightweight embedded database engine with a built-in query language.
https://upscaledb.com
Apache License 2.0
570
stars
71
forks
source link
CRC32 check fails when overwriting deleted keys
#79
Closed
cruppstahl
closed
8 years ago
cruppstahl
commented
8 years ago
delete a key with a large (multi-page) blob; the blob pages are moved to the freelist
close and re-open the Environment
insert a key with a multi-page blob (same size as before) -> will fail