Jay Huh
Jay Huh
This PR introduces the `MultiCfIterator` interface, a cross-column-family iterator that maintains multiple `DBIter`s as child iterators from a consistent database state. When a key exists in multiple column families, the...
Due to a Meta internal company-wide decision, we had to migrate from CircleCI to GitHub Actions. We were able to migrate all of the jobs except one, [`benchmark-linux`](https://github.com/facebook/rocksdb/blob/main/.github/workflows/benchmark-linux.yml). As of...
# Summary Adding AttributeGroup APIs in stress test. This contains the following changes only. More PRs to follow. - Introduce `use_attribute_group` flag - AttributeGroup `PutEntity()` and `GetEntity()` are now used...
# Summary `build-linux-arm` and `build-linux-arm-test-full` have been migrated to github actions in https://github.com/facebook/rocksdb/pull/12569. Removing them from circle ci config. Note: CircleCI has been turned off. We may nuke the config...
# Summary In the initial version of the remote compaction, `CompactionServiceOptionsOverride` was introduced temporarily as a workaround to set the pointer configurations explicitly because passing them to the remote worker...