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

[Indexing] Optimize Bloom Filter implementation to reduce locking #17167

Open
mgodwan opened this issue Jan 28, 2025 · 0 comments · May be fixed by #17200
Open

[Indexing] Optimize Bloom Filter implementation to reduce locking #17167

mgodwan opened this issue Jan 28, 2025 · 0 comments · May be fixed by #17200
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Indexing:Performance

Comments

@mgodwan
Copy link
Member

mgodwan commented Jan 28, 2025

Is your feature request related to a problem? Please describe

Improve implementation of bloom filter. This may involve the need to create some new metadata while initializing the FieldsProducer

Describe the solution you'd like

Initialize different bloom filter instances for different queries rather than using a single one which has synchronized block today on the long array trying to read the byte values

Related component

Indexing:Performance

Describe alternatives you've considered

No response

Additional context

No response

@mgodwan mgodwan added enhancement Enhancement or improvement to existing feature or request untriaged labels Jan 28, 2025
@mgodwan mgodwan self-assigned this Jan 28, 2025
@mgodwan mgodwan removed the untriaged label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Indexing:Performance
Projects
None yet
1 participant