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

feat(bloom): aggregate filter creation and storage #2348

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

sistemd
Copy link
Contributor

@sistemd sistemd commented Nov 1, 2024

Code to build and store aggregate filters in the database. Still behind a feature flag. I'm hoping we can get the RPC providers to enable the feature flag on a couple of nodes and report any error logs if they get them. That way we can check both the performance difference and the correctness of this change in a practical setting, without a huge effect on end users (the effect would be slightly lower performance sometimes since we're checking both regular and aggregate filters).

@sistemd sistemd requested a review from a team as a code owner November 1, 2024 10:59
@sistemd sistemd force-pushed the sistemd/aggregate-bloom-filters branch from 39d5490 to 32b48ae Compare November 1, 2024 22:55
@sistemd sistemd force-pushed the sistemd/aggregate-bloom-storage branch 2 times, most recently from 33c5c23 to af3df89 Compare November 3, 2024 21:21
@sistemd sistemd marked this pull request as draft November 4, 2024 22:21
@sistemd sistemd force-pushed the sistemd/aggregate-bloom-storage branch from af3df89 to b41fc3f Compare November 5, 2024 13:34
@sistemd sistemd marked this pull request as ready for review November 5, 2024 13:35
@sistemd sistemd force-pushed the sistemd/aggregate-bloom-filters branch 2 times, most recently from 48aedf2 to 4874fa6 Compare November 5, 2024 19:31
Base automatically changed from sistemd/aggregate-bloom-filters to main November 5, 2024 19:52
@sistemd sistemd force-pushed the sistemd/aggregate-bloom-storage branch from b41fc3f to 6e30934 Compare November 5, 2024 19:55
@sistemd
Copy link
Contributor Author

sistemd commented Nov 7, 2024

Noticed one more thing that's missing, will be handled later in a separate PR: #2358

@sistemd sistemd force-pushed the sistemd/aggregate-bloom-storage branch from 6e30934 to 452b3bb Compare November 7, 2024 15:34
@CHr15F0x
Copy link
Member

CHr15F0x commented Nov 7, 2024

LGTM 👍

@sistemd sistemd force-pushed the sistemd/aggregate-bloom-storage branch from 5d3c334 to cd55d08 Compare November 8, 2024 13:27
@sistemd sistemd merged commit 4829dc6 into main Nov 8, 2024
7 checks passed
@sistemd sistemd deleted the sistemd/aggregate-bloom-storage branch November 8, 2024 13:52
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

Successfully merging this pull request may close these issues.

3 participants