I need to export certain columns from a table in Mysql and have a limitation as to the final export size. Is ther a way to find out how much data will be processed by a certain query so I can have an understanding which columns I can exclude from export to meet the limitation?
I tried using EXPLAIN but it doesn't show this information.