I've been asked to add a few product groups to an existing php/mysql application. There are about 20,000 products in one table at the moment with 20 fields. Lots of blank fields.
The new groups use many of the existing fields but in total there would be 5 extra fields.
This means for each row of the products already there there would be 5 empty fields
The five new fields will be of type double none of them are indexed.
"Rational" say I shouldn't do this but to change it would mean major changes to a rather inflexible application
My question - will empty fields cause a significant overhead?
Any thoughts would be welcome, what would you do?
Thanks
Chris