Skip to content

Null handling bitmap performance #5569

@gianm

Description

@gianm

I noticed that the null bitmap checks from #5278 are usually implemented like:

        public boolean isNull()
        {
          return nullValueBitmap.get(offset.getOffset());
        }

From what I recall, get on compressed bitmaps can be quite slow compared to walking an iterator.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions