I hava a database with the following structure.
How can I determine, what storage space will a number of such entries take, if:
I'll run this on a MySql server (innoDB). The int columns will have small values (1-30 at most), except one, which will have a value between [1-400].
There will be 40 entries produced every day.