Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Enable Hybrid Scan by default #333

@sezruby

Description

@sezruby

Currently, Hybrid Scan is disabled by default.

Hybrid Scan can be efficient if the candidate index improves the query performance a lot, so that the query could show a good performance even with Hybrid Scan overhead (on-the-fly shuffle of appended data, merging, excluding deleted data ..)

In order to enable Hybrid Scan by default, we need to add some barriers and optimizations to avoid regressions from the Hybrid Scan.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestuntriagedThis is the default tag for a newly created issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions