-
-
Save caiquearaujo/0e26d851fce511bd854577ce1fa2df17 to your computer and use it in GitHub Desktop.
CPFS/JSON table_a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"query_block": { | |
"select_id": 1, | |
"cost_info": { | |
"query_cost": "153232.68" | |
}, | |
"table": { | |
"table_name": "table_a", | |
"access_type": "ALL", | |
"rows_examined_per_scan": 1465034, | |
"rows_produced_per_join": 146503, | |
"filtered": "10.00", | |
"cost_info": { | |
"read_cost": "138582.34", | |
"eval_cost": "14650.34", | |
"prefix_cost": "153232.68", | |
"data_read_per_join": "2M" | |
}, | |
"used_columns": [ | |
"cpf" | |
], | |
"attached_condition": "(`cpfs_data`.`table_a`.`cpf` = 99786051285)" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment