apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.37k stars 1.3k forks source link

The FoundationDB Storage .fdq file format #6256

Closed zbdba closed 2 years ago

zbdba commented 2 years ago

Is there have some internal doc to describe the FoundationDB .fdq file? Our FoundationDB storage file is corrupt, we want to repair it.

Thanks.

zbdba commented 2 years ago

And the .sqlite file format, It seems that FoundationDB have change the SQLite file format.

jzhou77 commented 2 years ago

Unfortunately, there is no documentation on this format. But, you can use fdbserver binary as storage server to read/write to these files.

jzhou77 commented 2 years ago

6302 addresses this issue.

ppggff commented 2 years ago

Try https://github.com/wangzw/sos , if your sqlite file is corrupt.