weight of empty fields

Have it a sense to store various data in the same fields to save
database weight?
I mean, if I have more record types (3 types), with half data that are
the same, but another half depending from a value of a previous field.
For clarity the second half part of data should have differnt fields for
each of the three record type, but the most can be stored in the same
filds.
For example, in record type 1 the field f1 can contain a birth place, in
record type 2 the field f1 contain phone number, ecc...
I hope yuo understand wath I mean, I'm asking if I have a real benefit
to compact data and reduce empty fields (database wight, network access
is important becasue my solution will be used over a 2000/500 Kbit ADSL)
borgobello-NO [ Do, 23 August 2007 20:59 ] [ ID #1803057 ]

Re: weight of empty fields

Aladino <borgobello-NO [at] SPAM-adriacom.it> wrote:

P.S. I'll not show the different data for the three record types,
because I will use different formats for the differnt part of data for
each record type
borgobello-NO [ Do, 23 August 2007 21:09 ] [ ID #1803058 ]

Re: weight of empty fields

It makes very little sense to store place of birth and phone number in
the same field.
You add a complexity to the database rather than saving space.
fimano [ Fr, 24 August 2007 12:38 ] [ ID #1803985 ]

Re: weight of empty fields

Aladino <borgobello-NO [at] SPAM-adriacom.it> wrote:

> Have it a sense to store various data in the same fields to save
> database weight?

Empty fields add almost nothing to the database weight. I think it is
good practice to use specific fields with a consistent naming convention
as much as possible.

--
Hans Rijnbout
Utrecht, Netherlands
jrijnb [ Fr, 24 August 2007 17:14 ] [ ID #1803987 ]
Datenbanken » comp.databases.filemaker » weight of empty fields

Vorheriges Thema: One last time... Sub summaries, variable lists, and whatnot...
Nächstes Thema: development of file which log all the debug script