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

Add normalized event caching #87

Open
ryangoree opened this issue Nov 7, 2024 · 0 comments
Open

Add normalized event caching #87

ryangoree opened this issue Nov 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ryangoree
Copy link
Member

Events are currently cached by their request parameters. Overlapping block ranges are considered separate cache entries resulting in the same event being cached multiple times if fetched with different parameters.

Ideally the cache would be aware of the range of events already cached and only fetch ranges it hasn't fetched yet, managing a single cached list of events for each event type.

https://hackmd.io/k90EXlNhRfGujuQgyb_hoQ

@ryangoree ryangoree added the enhancement New feature or request label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant