sql - Extra column on table vs size on disc -


simple question ya'll.

i want add float column data table has 1 million rows.

how more storage on server drive chew 1 column?

thanks in advance.

the default size of float, according documentation 8 bytes, gives million rows x 8 bytes added, 8mb + space used indexes, if need that.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -