tonbo-io / tonbo

A portable embedded database using Arrow.
https://tonbo.io
Apache License 2.0
798 stars 46 forks source link

Discard bad data in recovery #200

Open crwen opened 1 month ago

crwen commented 1 month ago

The program may encounter bad data during the recovery, we should discard these bad data rather than panic

KKould commented 3 weeks ago

It is necessary to prompt the location of data errors to let users know that there are data anomalies.

crwen commented 3 weeks ago

It is necessary to prompt the location of data errors to let users know that there are data anomalies.

But data error always exists after abnormal closing, I think we can not make it unrecoverable