rocksdb/utilities/checkpoint
Jay Zhuang d3a2f284d9 Add Temperature info in NewSequentialFile() (#9499)
Summary:
Add Temperature hints information from RocksDB in API
`NewSequentialFile()`. backup and checkpoint operations need to open the
source files with `NewSequentialFile()`, which will have the temperature
hints. Other operations are not covered.

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

Test Plan: Added unittest

Reviewed By: pdillinger

Differential Revision: D34006115

Pulled By: jay-zhuang

fbshipit-source-id: 568b34602b76520e53128672bd07e9d886786a2f
2022-02-18 18:23:07 -08:00
..
checkpoint_impl.cc Add Temperature info in NewSequentialFile() (#9499) 2022-02-18 18:23:07 -08:00
checkpoint_impl.h Add Temperature info in NewSequentialFile() (#9499) 2022-02-18 18:23:07 -08:00
checkpoint_test.cc Add (Live)FileStorageInfo API (#8968) 2021-10-16 10:04:32 -07:00