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

Enable Hybrid Scan by default #333

Open
sezruby opened this issue Jan 25, 2021 · 0 comments
Open

Enable Hybrid Scan by default #333

sezruby opened this issue Jan 25, 2021 · 0 comments
Labels
enhancement New feature or request untriaged This is the default tag for a newly created issue

Comments

@sezruby
Copy link
Collaborator

sezruby commented Jan 25, 2021

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.

@sezruby sezruby added enhancement New feature or request untriaged This is the default tag for a newly created issue labels Jan 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request untriaged This is the default tag for a newly created issue
Projects
None yet
Development

No branches or pull requests

1 participant