Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on How to calculate how much data is stored in a MySQL column?
Post
How to calculate how much data is stored in a MySQL column?
+3
−0
I am considering either removing some columns or changing the datatypes if I could significantly reduce the amount of storage that is currently used by those columns. Some of the columns are ints and some are varchar.
How do I calculate (preferably in megabytes) the amount of storage a column uses?
1 comment thread