Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
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.