Solutionunvalidated
for CSV file and run the same queries and see that it is only doing one GET per file — I have setup the same table for CSV file and run the same queries. Tension: Athena is making separate calls to read footer, column data and separate calls to each partition if the file is large. Outcome: it is only doing one GET per file.
a63d6e1e-5711-47f8-b299-7919e52f8a95
for CSV file and run the same queries and see that it is only doing one GET per file — I have setup the same table for CSV file and run the same queries. Tension: Athena is making separate calls to read footer, column data and separate calls to each partition if the file is large. Outcome: it is only doing one GET per file.