Hi team, I have a question. Is a table schema with...
# troubleshooting
a
Hi team, I have a question. Is a table schema with a string field of which “maxLength” is set to 10240 makes a table size much larger than the one without this field? Even if the value of this field in the first case for all records is null, and these two tables share all other table configs.
m
That is just a limit, actual size depends on actual data.
a
Since the value for this column is null for all records, table size shouldn’t be larger than the table without this column. Is it right?
m
Yes
a
Ok. Thanks.