Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: support different prefix_extractor for every iteration #13317

Open
lhsoft opened this issue Jan 20, 2025 · 1 comment
Open

Comments

@lhsoft
Copy link
Contributor

lhsoft commented Jan 20, 2025

Currently rocksdb just support prefix_extractor for cf.
But in our scenario we need different prefix_extractor for different iteration.
For example, we have following data
1_1_1
1_1_2
1_2_1
1_2_2
2_1_1
2_1_2
...
We need to scan data with prefix 1_1_ and at the same time, we also need to scan data with prefix 1_.
I would like to work on it and send the patch out later.

@zaidoon1
Copy link
Contributor

i believe what you are looking for is #12824

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants