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

l1(optimization): Properly implement cursor/search for multiple values for the get_block_receipts method for redb. #1436

Open
fkrause98 opened this issue Dec 6, 2024 · 0 comments

Comments

@fkrause98
Copy link
Contributor

Issue:

Libmdbx provides cursors for queries that involve a range and/or multiple values that are related (say, sorted keys to be collected).

I'm not quite sure yet what redb's equivalent is, but we should look into implementing this particular query with the
equivalent of cursors for this new db.

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

No branches or pull requests

1 participant