Skip to content

[Proposal] Vectorized querying for lookups #6199

@a2l007

Description

@a2l007

Presently, QTL objects are resolved by the LookupExtractor one key at a time. This proposal is to support a vectorized query model for lookup keys. LookupExtractor presently has an applyAll() method which would be utilized for this case. Based on the LookupExtractor implementation, this would increase the query execution performance for lookups. For the existing design to support this functionality, it would require a configurable number of rows to be buffered before the lookups are resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    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