dingo icon indicating copy to clipboard operation
dingo copied to clipboard

[Optimization] Currently the limit needed to sort all records.

Open astor-oss opened this issue 1 year ago • 0 comments

  1. Currently the select * from table1 limit 10 will sort all records, then the time cost is very high
  2. We need optimize the SQL plan to disable sort, and query the minimal partition, and fetch the records

astor-oss avatar Aug 17 '22 01:08 astor-oss