How to calculate the disk space(memory in filesystem) taken for storing a mysql table row?

前端 未结 0 1373
既然无缘
既然无缘 2021-01-25 14:41

I have created a table in mysql database like below

CREATE TABLE `users` (
  `id` int(11) NOT NULL,
  `email` varchar(200) NOT NULL,
  `address` varchar(500) NOT          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题