You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yanqin Jin
2acffecca1
Add comments for MultiGetBlob() and checks for MultiRead() ( #8972 )
...
Summary:
Add comments for MultiGetBlob() that input argument `offsets` must be
sorted. In addition, add assertion for this condition in debug build.
Repeat the same for RandomAccessFileReader::MultiRead().
Pull Request resolved: https://github.com/facebook/rocksdb/pull/8972
Test Plan: make check
Reviewed By: pdillinger
Differential Revision: D31253205
Pulled By: riversand963
fbshipit-source-id: 98758229b8052f3aeb319d5584026b4de2d220a2
3 years ago
..
blob_constants.h
…
blob_counting_iterator.h
Log the amount of blob garbage generated by compactions in the MANIFEST ( #8450 )
4 years ago
blob_counting_iterator_test.cc
Add an internal iterator that can measure the inflow of blobs ( #8443 )
4 years ago
blob_fetcher.cc
Support for Merge in Integrated BlobDB with base values ( #8292 )
4 years ago
blob_fetcher.h
Support for Merge in Integrated BlobDB with base values ( #8292 )
4 years ago
blob_file_addition.cc
Print blob file checksums as hex ( #8437 )
4 years ago
blob_file_addition.h
…
blob_file_addition_test.cc
Print blob file checksums as hex ( #8437 )
4 years ago
blob_file_builder.cc
Expose blob file information through the EventListener interface ( #8675 )
3 years ago
blob_file_builder.h
Expose blob file information through the EventListener interface ( #8675 )
3 years ago
blob_file_builder_test.cc
Make SystemClock into a Customizable Class ( #8636 )
3 years ago
blob_file_cache.cc
Rename ImmutableOptions variables ( #8409 )
4 years ago
blob_file_cache.h
Rename ImmutableOptions variables ( #8409 )
4 years ago
blob_file_cache_test.cc
Make SystemClock into a Customizable Class ( #8636 )
3 years ago
blob_file_completion_callback.h
Expose blob file information through the EventListener interface ( #8675 )
3 years ago
blob_file_garbage.cc
…
blob_file_garbage.h
…
blob_file_garbage_test.cc
…
blob_file_meta.cc
Add BlobMetaData retrieval methods ( #8273 )
4 years ago
blob_file_meta.h
Add BlobMetaData retrieval methods ( #8273 )
4 years ago
blob_file_reader.cc
Add comments for MultiGetBlob() and checks for MultiRead() ( #8972 )
3 years ago
blob_file_reader.h
Add comments for MultiGetBlob() and checks for MultiRead() ( #8972 )
3 years ago
blob_file_reader_test.cc
Make SystemClock into a Customizable Class ( #8636 )
3 years ago
blob_garbage_meter.cc
Add a class for measuring the amount of garbage generated during compaction ( #8426 )
4 years ago
blob_garbage_meter.h
Add a class for measuring the amount of garbage generated during compaction ( #8426 )
4 years ago
blob_garbage_meter_test.cc
Add a class for measuring the amount of garbage generated during compaction ( #8426 )
4 years ago
blob_index.h
Batch blob read IO for MultiGet ( #8699 )
3 years ago
blob_log_format.cc
Introduce BlobFileCache and add support for blob files to Get() ( #7540 )
4 years ago
blob_log_format.h
Add a class for measuring the amount of garbage generated during compaction ( #8426 )
4 years ago
blob_log_sequential_reader.cc
Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines ( #8033 )
4 years ago
blob_log_sequential_reader.h
Fix a issue with initializing blob header buffer ( #8537 )
3 years ago
blob_log_writer.cc
Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines ( #8033 )
4 years ago
blob_log_writer.h
Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines ( #8033 )
4 years ago
db_blob_basic_test.cc
Sort per-file blob read requests by offset ( #8953 )
3 years ago
db_blob_compaction_test.cc
Support custom env in db_blob_{basic,compaction,corruption,index}_test ( #8817 )
3 years ago
db_blob_corruption_test.cc
Support custom env in db_blob_{basic,compaction,corruption,index}_test ( #8817 )
3 years ago
db_blob_index_test.cc
Support custom env in db_blob_{basic,compaction,corruption,index}_test ( #8817 )
3 years ago