@@ -3442,8 +3442,8 @@ EXPLAIN SELECT * FROM t1 WHERE cola = 'foo' AND colb = 'bar' {
3442
3442
"index": "cola",
3443
3443
"index_scan_cost": 11.231,
3444
3444
"cumulated_index_scan_cost": 11.231,
3445
- "disk_sweep_cost": 309.15 ,
3446
- "cumulated_total_cost": 320.38 ,
3445
+ "disk_sweep_cost": 278.58 ,
3446
+ "cumulated_total_cost": 289.81 ,
3447
3447
"usable": true,
3448
3448
"matching_rows_now": 533,
3449
3449
"isect_covering_with_this_index": false,
@@ -3453,8 +3453,8 @@ EXPLAIN SELECT * FROM t1 WHERE cola = 'foo' AND colb = 'bar' {
3453
3453
"index": "colb",
3454
3454
"index_scan_cost": 11.231,
3455
3455
"cumulated_index_scan_cost": 22.462,
3456
- "disk_sweep_cost": 30.898 ,
3457
- "cumulated_total_cost": 53.359 ,
3456
+ "disk_sweep_cost": 28.152 ,
3457
+ "cumulated_total_cost": 50.613 ,
3458
3458
"usable": true,
3459
3459
"matching_rows_now": 32.639,
3460
3460
"isect_covering_with_this_index": false,
@@ -3466,7 +3466,7 @@ EXPLAIN SELECT * FROM t1 WHERE cola = 'foo' AND colb = 'bar' {
3466
3466
"cause": "no_clustered_pk_index"
3467
3467
} /* clustered_pk */,
3468
3468
"rows": 32,
3469
- "cost": 53.359 ,
3469
+ "cost": 50.613 ,
3470
3470
"covering": false,
3471
3471
"chosen": true
3472
3472
} /* analyzing_roworder_intersect */
@@ -3475,7 +3475,7 @@ EXPLAIN SELECT * FROM t1 WHERE cola = 'foo' AND colb = 'bar' {
3475
3475
"range_access_plan": {
3476
3476
"type": "index_roworder_intersect",
3477
3477
"rows": 32,
3478
- "cost": 53.359 ,
3478
+ "cost": 50.613 ,
3479
3479
"covering": false,
3480
3480
"clustered_pk_scan": false,
3481
3481
"intersect_of": [
@@ -3498,7 +3498,7 @@ EXPLAIN SELECT * FROM t1 WHERE cola = 'foo' AND colb = 'bar' {
3498
3498
] /* intersect_of */
3499
3499
} /* range_access_plan */,
3500
3500
"rows_for_plan": 32,
3501
- "cost_for_plan": 53.359 ,
3501
+ "cost_for_plan": 50.613 ,
3502
3502
"chosen": true
3503
3503
} /* chosen_range_access_summary */
3504
3504
} /* range_analysis */
@@ -3530,12 +3530,12 @@ EXPLAIN SELECT * FROM t1 WHERE cola = 'foo' AND colb = 'bar' {
3530
3530
{
3531
3531
"access_type": "range",
3532
3532
"rows": 24,
3533
- "cost": 59.759 ,
3533
+ "cost": 57.013 ,
3534
3534
"chosen": true
3535
3535
}
3536
3536
] /* considered_access_paths */
3537
3537
} /* best_access_path */,
3538
- "cost_for_plan": 59.759 ,
3538
+ "cost_for_plan": 57.013 ,
3539
3539
"rows_for_plan": 24,
3540
3540
"chosen": true
3541
3541
}
@@ -5519,8 +5519,8 @@ EXPLAIN SELECT v FROM t1 WHERE i1 = 1 AND i2 = 1 AND v = 'a' AND pk < 3 {
5519
5519
"index": "v_idx",
5520
5520
"index_scan_cost": 1,
5521
5521
"cumulated_index_scan_cost": 1,
5522
- "disk_sweep_cost": 1 ,
5523
- "cumulated_total_cost": 2 ,
5522
+ "disk_sweep_cost": 0.9031 ,
5523
+ "cumulated_total_cost": 1.9031 ,
5524
5524
"usable": true,
5525
5525
"matching_rows_now": 1,
5526
5526
"isect_covering_with_this_index": false,
0 commit comments