rocksdb/utilities/checkpoint
Levi Tamasi dab4fe5bcd Add checkpoint support to BlobDB (#7959)
Summary:
The patch adds checkpoint support to BlobDB. Blob files are hard linked or
copied, depending on whether the checkpoint directory is on the same filesystem
or not, similarly to table files.

TODO: Add support for blob files to `ExportColumnFamily` and to the checksum
verification logic used by backup/restore.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/7959

Test Plan: Ran `make check` and the crash test for a while.

Reviewed By: riversand963

Differential Revision: D26434768

Pulled By: ltamasi

fbshipit-source-id: 994be55a8dc08133028250760fca440d2c7c4dc5
2021-02-17 12:42:36 -08:00
..
checkpoint_impl.cc Add checkpoint support to BlobDB (#7959) 2021-02-17 12:42:36 -08:00
checkpoint_impl.h Add checkpoint support to BlobDB (#7959) 2021-02-17 12:42:36 -08:00
checkpoint_test.cc Add checkpoint support to BlobDB (#7959) 2021-02-17 12:42:36 -08:00