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
Post a Comment