Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Fix Version/s: 10.6.0
-
Component/s: Optimizer
-
Labels:
Description
For joins, best_access_path object can have printouts like this:
{
|
"access_type": "ref",
|
"index": "PRIMARY",
|
"rows": 1.79769e308,
|
"cost": 1.79769e308,
|
"chosen": false,
|
"cause": "no predicate for first keypart"
|
},
|
I think these should be removed as they don't have any value.