Hi,
I am working on a small db for a non-profit.
It is an Organisation db, one field in the main table is a description field, type memo.
Now we will be filling this field slowly overtime,
so shall have plenty of nulls.
Should I have a seperate table and link it with a foreign key?
Would this speed up the performance of the db, or not?
This field will be searched.
Also,
My co-worker thinks if we haven't filled in a field we should set a default value of "Unknown".
Would this be better unfilled for db performance?
Any comments welcome,
thanks in advance.
Bill.
I am working on a small db for a non-profit.
It is an Organisation db, one field in the main table is a description field, type memo.
Now we will be filling this field slowly overtime,
so shall have plenty of nulls.
Should I have a seperate table and link it with a foreign key?
Would this speed up the performance of the db, or not?
This field will be searched.
Also,
My co-worker thinks if we haven't filled in a field we should set a default value of "Unknown".
Would this be better unfilled for db performance?
Any comments welcome,
thanks in advance.
Bill.