enable outline check trace point by default

This commit is contained in:
chimyue
2023-06-08 06:42:15 +00:00
committed by ob-robot
parent d8014f66a8
commit 8561e98479
4 changed files with 11 additions and 11 deletions

View File

@ -252,9 +252,9 @@ Query Plan
============================================================
|ID|OPERATOR |NAME |EST.ROWS|EST.TIME(us)|
------------------------------------------------------------
|0 |LIMIT | |1 |5 |
|1 |└─HASH DISTINCT | |1 |5 |
|2 | └─TABLE FULL SCAN|t1(idx_c_a_b)|1 |5 |
|0 |LIMIT | |1 |3 |
|1 |└─HASH DISTINCT | |1 |3 |
|2 | └─TABLE FULL SCAN|t1(idx_c_a_b)|1 |3 |
============================================================
Outputs & filters:
-------------------------------------
@ -1526,7 +1526,7 @@ Query Plan
=============================================================
|ID|OPERATOR |NAME |EST.ROWS|EST.TIME(us)|
-------------------------------------------------------------
|0 |TABLE RANGE SCAN|t1(idx_c,Reverse)|0 |2 |
|0 |TABLE RANGE SCAN|t1(idx_c,Reverse)|1 |5 |
=============================================================
Outputs & filters:
-------------------------------------