rocksdb/options
Gang Liao ec4ebeff30 Support prepopulating/warming the blob cache (#10298)
Summary:
Many workloads have temporal locality, where recently written items are read back in a short period of time. When using remote file systems, this is inefficient since it involves network traffic and higher latencies. Because of this, we would like to support prepopulating the blob cache during flush.

This task is a part of https://github.com/facebook/rocksdb/issues/10156

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

Reviewed By: ltamasi

Differential Revision: D37908743

Pulled By: gangliao

fbshipit-source-id: 9feaed234bc719d38f0c02975c1ad19fa4bb37d1
2022-07-17 07:13:59 -07:00
..
cf_options.cc Support prepopulating/warming the blob cache (#10298) 2022-07-17 07:13:59 -07:00
cf_options.h Support prepopulating/warming the blob cache (#10298) 2022-07-17 07:13:59 -07:00
configurable.cc Option type info functions (#9411) 2022-05-13 04:57:08 -07:00
configurable_helper.h Fix some minor issues in the Customizable infrastructure (#8566) 2021-08-19 10:10:47 -07:00
configurable_test.cc Remove own ToString() (#9955) 2022-05-06 13:03:58 -07:00
configurable_test.h Move RegisterOptions into the Configurable API (#8223) 2021-04-26 03:13:24 -07:00
customizable.cc Option type info functions (#9411) 2022-05-13 04:57:08 -07:00
customizable_test.cc Added GetFactoryCount/Names/Types to ObjectRegistry (#9358) 2022-05-16 09:44:43 -07:00
db_options.cc Dynamically changeable MemPurge option (#10011) 2022-06-23 09:42:18 -07:00
db_options.h Dynamically changeable MemPurge option (#10011) 2022-06-23 09:42:18 -07:00
options.cc Support prepopulating/warming the blob cache (#10298) 2022-07-17 07:13:59 -07:00
options_helper.cc Support prepopulating/warming the blob cache (#10298) 2022-07-17 07:13:59 -07:00
options_helper.h Support prepopulating/warming the blob cache (#10298) 2022-07-17 07:13:59 -07:00
options_parser.cc fix a false positive case of parsing table factory from options file (#10094) 2022-06-14 13:20:54 -07:00
options_parser.h Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
options_settable_test.cc Support prepopulating/warming the blob cache (#10298) 2022-07-17 07:13:59 -07:00
options_test.cc Support prepopulating/warming the blob cache (#10298) 2022-07-17 07:13:59 -07:00