Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
2023-3-Query
Description
We found that order time desc is much slower than order by time asc.
We can use the data in attachment and start a 1C1D IoTDB to replay that.
```
select * from root.sg1.d1 where s1 != 1 order by time asc;
select * from root.sg1.d1 where s1 != 1 order by time desc;
```