Let's say I have a column not defined as NOT NULL
, meaning that particular column may be null. If I insert a row with a null entry for that field, how many bytes does it take to store that entry?
In more general terms, if a table has lots of NULL entries in it, is it wasting storage space?