Skip to content

Bloom filter for key lookup. #2

@prataprc

Description

@prataprc

Get() operation into the index can be made faster by attaching a bloom-filter to the index. Typically it is expected to give false-positive by no false-negative. Bitmap index (implementing the Bloom) is already integrated with the index Builder type. We need to integrate them on the read-side. Specifically on the get() side.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions