Hi,
I know it's not really a harbour/Fivewin question but now I have table with appointment-data with a couple of fields.
Some appointments need extra info (50 fields extra).
Only about 5% need this extra info. To save disc-space I have created a second table with those fields and one with the appointment-id, to link with the main table.
Now I'am converting this to MySQL and I was wondering if this is still necessary.
If I only create one table with all the info. Are the empty fields (null) still consuming space on the hard-disk in MySQL?
I know that a DBF-file use the same disk-space for an empty field as one with data, but does MySQL do this also?
Thanks,
Marc