J
Jesper F
I'm designing a database with background information about
a group of people. There's large amount of info about each
adding up about 130 variables. There are in fact this many
and I know how to normalize a db.
Is there any advantage in breaking up this table to say 5
smaller ones?
The 130 varibles could be grouped in "Client
data", "Social info", "Work info" and so on, so the
smaller tables could be grouped liked that and probably
displayed on a tab each in a form.
Is one large table slower than 5 seperate ones?
Thanks for any help.
a group of people. There's large amount of info about each
adding up about 130 variables. There are in fact this many
and I know how to normalize a db.
Is there any advantage in breaking up this table to say 5
smaller ones?
The 130 varibles could be grouped in "Client
data", "Social info", "Work info" and so on, so the
smaller tables could be grouped liked that and probably
displayed on a tab each in a form.
Is one large table slower than 5 seperate ones?
Thanks for any help.