Re: Simple Mapping Table Reference
plummb wrote:
> yes, it's a single column table. It works just fine. I just wanted to
> use the table because there are sooooo many entries to reference and the
> import was simplier via the csv import.
See I would have just picked some MV attr in schema, and used it, on the
driver or some other object as a target to store it.
Like description is a text multi valued attribute, and would have added
many values, one per item you have, and then indexing helps on queries
for performance.
|