You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered: