https://github.com/facebook/rocksdb
Revision d52b520d5168de6be5f1494b2035b61ff0958c11 authored by Akanksha Mahajan on 07 April 2021, 20:37:36 UTC, committed by Facebook GitHub Bot on 07 April 2021, 20:38:54 UTC
Summary:
Add support for blob files for backup/restore like table files.
    Since DB session ID is currently not supported for blob files (there is no place to store it in
    the header), so for blob files uses the
    kLegacyCrc32cAndFileSize naming scheme even if
    share_files_with_checksum_naming is set to kUseDbSessionId.

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

Test Plan: Add new test units

Reviewed By: ltamasi

Differential Revision: D27408510

Pulled By: akankshamahajan15

fbshipit-source-id: b27434d189a639ef3e6ad165c61a143a2daaf06e
1 parent a4e82a3
History
Tip revision: d52b520d5168de6be5f1494b2035b61ff0958c11 authored by Akanksha Mahajan on 07 April 2021, 20:37:36 UTC
Integrated BlobDB for backup/restore support (#8129)
Tip revision: d52b520
File Mode Size
alloc_tracker.cc -rw-r--r-- 2.0 KB
hash_linklist_rep.cc -rw-r--r-- 28.8 KB
hash_linklist_rep.h -rw-r--r-- 1.9 KB
hash_skiplist_rep.cc -rw-r--r-- 10.9 KB
hash_skiplist_rep.h -rw-r--r-- 1.5 KB
inlineskiplist.h -rw-r--r-- 35.2 KB
inlineskiplist_test.cc -rw-r--r-- 17.8 KB
memtablerep_bench.cc -rw-r--r-- 23.7 KB
skiplist.h -rw-r--r-- 15.7 KB
skiplist_test.cc -rw-r--r-- 10.2 KB
skiplistrep.cc -rw-r--r-- 8.9 KB
stl_wrappers.h -rw-r--r-- 898 bytes
vectorrep.cc -rw-r--r-- 8.8 KB
write_buffer_manager.cc -rw-r--r-- 5.6 KB
write_buffer_manager_test.cc -rw-r--r-- 8.4 KB

back to top