Api to get SST file with key ranges for a particular level and key range (startKey, EndKey)rocksdb#14009
Closed
rban1 wants to merge 1 commit intofacebook:mainfrom
Closed
Api to get SST file with key ranges for a particular level and key range (startKey, EndKey)rocksdb#14009rban1 wants to merge 1 commit intofacebook:mainfrom
rban1 wants to merge 1 commit intofacebook:mainfrom
Conversation
Contributor
5769acd to
c9a2437
Compare
rban1
pushed a commit
to rban1/rocksdb
that referenced
this pull request
Oct 14, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
rban1
pushed a commit
to rban1/rocksdb
that referenced
this pull request
Oct 14, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: Pull Request resolved: facebook#14009 There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
c9a2437 to
c2cec85
Compare
rban1
pushed a commit
to rban1/rocksdb
that referenced
this pull request
Oct 14, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
c2cec85 to
1c794d2
Compare
rban1
pushed a commit
to rban1/rocksdb
that referenced
this pull request
Oct 15, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
1c794d2 to
2594ad4
Compare
rban1
pushed a commit
to rban1/rocksdb
that referenced
this pull request
Oct 15, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
2594ad4 to
f3f7d3e
Compare
rban1
pushed a commit
to rban1/rocksdb
that referenced
this pull request
Oct 15, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
f3f7d3e to
126128e
Compare
rban1
pushed a commit
to rban1/rocksdb
that referenced
this pull request
Oct 15, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
126128e to
40ffa4c
Compare
40ffa4c to
8fcdb38
Compare
rban1
pushed a commit
to rban1/rocksdb
that referenced
this pull request
Nov 6, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
rban1
pushed a commit
to rban1/rocksdb
that referenced
this pull request
Nov 6, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
09dceb8 to
563a38b
Compare
rban1
pushed a commit
to rban1/rocksdb
that referenced
this pull request
Nov 10, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
rban1
pushed a commit
to rban1/rocksdb
that referenced
this pull request
Nov 10, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
563a38b to
7c4afcf
Compare
…nge (startKey, EndKey)rocksdb [Internal version] (facebook#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Differential Revision: D83389707
7c4afcf to
c85c52b
Compare
|
This pull request has been merged in 9fbb68b. |
anand1976
pushed a commit
that referenced
this pull request
Nov 17, 2025
…nge (startKey, EndKey)rocksdb [Internal version] (#14009) Summary: There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level. This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file Pull Request resolved: #14009 Reviewed By: anand1976 Differential Revision: D83389707 fbshipit-source-id: 6df1dc1f9233efe9000b03cc1831b3c618cbcef3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
There are instances where an application might be interested in knowing the distribution in SST files for a key range in a particular level.
This implementation creates an overloaded GetColumnFamilyMetaData api where (startKey, EndKey) can be passed along with level information to filter the necessary sst files along with the keyranges for each sst file
Differential Revision: D83389707