I have a table in MySql at the moment, 7.3 million rows, 1.5GB in size if I run this query:
How to get the sizes of the tables of a mysql database?
I'm trying to get a handle on what a full table scan of that in AWS Aurora would cost me?
AWS lists it as:
I/O Rate - $0.200 per 1 million requests
But how do I possible translate that into "what will this cost me"?