Skip to content

Don't require the search cache for full scans #4889

@westonpace

Description

@westonpace

If we are doing a full scan of a disk page we should not need to search cache. This means we can avoid IOPS (e.g. to load the miniblock repetition index) and also reduce compute work. We should investigate what optimizations are meaningful and apply them.

  • Mini block layout shouldn't load the metadata at initialization time and instead load it at read time
  • Mini block layout should never load the repetition index

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions