We are taught to break tables into multiple tables to reduce redundancy. However, sometimes it's hard to know if you are really benefiting when you exercise that practice or not. Specifically, you are told to break down tables according to functional dependency.
In looking at my table, I can't tell if I am saving any storage space by breaking it down. It has 4,000 records in it, with only 1,700 entries. There are 900 dupes.
Does anyone have a method for deciding when to break their tables down further and when to leave them alone?
In looking at my table, I can't tell if I am saving any storage space by breaking it down. It has 4,000 records in it, with only 1,700 entries. There are 900 dupes.
Does anyone have a method for deciding when to break their tables down further and when to leave them alone?