Subject | Re: [ib-support] single or multi table |
---|---|
Author | Doug Chamberlin |
Post date | 2001-08-08T01:17:52Z |
Avoid all the UNIONs and worries about storage being wasted and possible
performance problems. Create a table with all fields and leave the ones
which do not have data as NULL.
performance problems. Create a table with all fields and leave the ones
which do not have data as NULL.