• A
    Pass stats for UUID columns to ORCA · bbb529bc
    Abhijit Subramanya 提交于
    Previously we would not pass the statistics for UUID columns to ORCA. This
    would cause cardinality mis-estimation and hence would cause ORCA to pick a bad
    plan. This patch fixes the issue by passing in the statistics for UUID columns.
    bbb529bc
CTranslatorScalarToDXL.cpp 73.7 KB