XiaoMi / soar

SQL Optimizer And Rewriter
Apache License 2.0
8.67k stars 1.32k forks source link

无法使用索引和可以加索未添加的评分高低问题讨论 #75

Open martianzhang opened 5 years ago

martianzhang commented 5 years ago

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.

select * from test where name='sa' or name='s' 90分

select * from test where name='sa' 只有85分

select * from test where name='sa' or name='s' 没有索引提示

select * from test where name='sa'有索引提示

  1. What did you expect to see?

无法使用索引的情况分数应该更低。