You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/01/26 10:28:07 UTC

[GitHub] [drill] jnturton edited a comment on pull request #2432: DRILL-7994: Dependency version updates for severe vulnerabilities

jnturton edited a comment on pull request #2432:
URL: https://github.com/apache/drill/pull/2432#issuecomment-1022065612


   @tdunning, that would be great thanks.  Here the selectivity of a range predicate on an integer column is estimated using a set of quantile estimates, here termed an equidepth histogram (see [NumericEquiDepthHistogram](https://github.com/apache/drill/blob/4aefcef2b665c5737471664912a26ef6ed9a6cfc/exec/java-exec/src/main/java/org/apache/drill/exec/planner/common/NumericEquiDepthHistogram.java)).  The quantile estimates are recovered from a MergingDigest over the integer column that was created by an earlier `ANALYSE TABLE` command.  If said quantile estimates have shifted then that would explain what we're seeing...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org