Reputation: 2042
I have an application that inserts many rows in a specific innodb table and I don't know how to compute the disk space needed in the future.
So given a mysql innodb table structure, how can I compute the disk space cost of a row?
Upvotes: 0
Views: 800
Reputation: 142316
Caveats:
Upvotes: 2