Jodi,
In my
experience:
It is better to normalize these arrays into separate tables
- even if it isn't "nice" to do so :-p
Array types can't be indexed, can't be foreign keys,
and aren't compatible with other systems.
Normalization is always the most efficient way of handling
multiple values under one category for a table.
Sometimes you may file the need to hit the C and write
a procedure or two that can handle creation, deletion and retrieval
from these quickly.
A lot of the time though, this isn't
necessary.
Regards
Gareth Kirwan
Thermeon Europe Ltd
|
- [ADMIN] array character types Jodi Kanter
- Re: [ADMIN] array character types Gareth Kirwan
- Re: [ADMIN] array character types Oleg Bartunov