Below is a portion of statistics of one of my tables. I'm not sure how to understand width column. Are those values in bytes? If so, I know fname
and lname
have higher ascii char counts than 5 and 6 and there are some 1 char long values in mname
.
Update 1.
Below is the output of select * from statistics
. I'm only showing first 5 columns of the ouput.
+--------+---------+------------------------+---------+-------+
| schema | table | column | type | width |
+========+=========+========================+=========+=======+
| abc | targets | fname | varchar | 5 |
| abc | targets | mname | varchar | 0 |
| abc | targets | lname | varchar | 6 |