Skip to content

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

Open
@mgodwan

Description

@mgodwan

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions