wangqt
wangqt
Description: The sql execute much slow when the literal value with string format in `in predicate`; and the real data is integral type。 ``` mysql> set enable_nereids_planner = false; Query...
## Proposed changes pick from master https://github.com/apache/doris/pull/35200 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose...
Problem: In legacy planner mode, when do select request from a table with rollup index; It will do mv rewrite operation, this will invoker too much Expr.toSql that will cause...