zstan opened a new pull request, #13011:
URL: https://github.com/apache/ignite/pull/13011

   plan from failed logs:
   ```
   IgniteIndexScan(table=[[PUBLIC, T1]], index=[IDX1], filters=[AND(**=($t1, 
0), =($t0, 0)**, CASE(IS NULL($t2), null:BOOLEAN, OR(=(CAST($t2):INTEGER NOT 
NULL, 0), =(CAST($t2):INTEGER NOT NULL, 1), 
   =(CAST($t2):INTEGER NOT NULL, 2))))], requiredColumns=[{0, 1, 2}], 
searchBounds=[[ExactBounds [bound=0], null, null]], inlineScan=[false], 
collation=[[0 ASC-nulls-first]]): rowcount = 4341.09375, cumulative cost = 
IgniteCost [rowCount=75001.0, cpu=300040.3670901322, memory=1.0, io=1.0, 
network=1.0], id = 1244437
   ```
   
   plan from common master branch run:
   ```
   IgniteIndexScan(table=[[PUBLIC, T1]], index=[IDX1], filters=[AND(**=($t0, 
0), =($t1, 0)**, CASE(IS NULL($t2), null:BOOLEAN, OR(=(CAST($t2):INTEGER NOT 
NULL, 0), =(CAST($t2):INTEGER NOT NULL, 1), 
   =(CAST($t2):INTEGER NOT NULL, 2))))], requiredColumns=[{0, 1, 2}], 
searchBounds=[[ExactBounds [bound=0], null, null]], inlineScan=[false], 
collation=[[0 ASC-nulls-first]]): rowcount = 4341.09375, cumulative cost = 
IgniteCost [rowCount=75001.0, cpu=300040.3670901322, memory=1.0, io=1.0, 
network=1.0], id = 429 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to