Re: [SQL] dilemma

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: Eric McKeown <ericm(at)palaver(dot)net>, PGsql <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] dilemma
Date: 1998-10-14 09:46:13
Message-ID: l03110700b24a22c17e45@[194.90.105.243]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

At 4:24 +0200 on 14/10/98, Eric McKeown wrote:

> Is there a better way to design this? I thought about making the option
> ids for each vehicle a comma-delimited text field, but maybe the search
> would be even slower if I did that. Since I'm not a SQL expert, I don't
> know, but I'm asking all the experts out there--how should I set this
> thing up??

Your solution is the best, most classic solution. You just need to index
the relational table properly (Put an index on each of the fields).

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

  • dilemma at 1998-10-14 02:24:42 from Eric McKeown

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Herouth Maoz 1998-10-14 09:49:23 Re: [SQL] correlative insertion
Previous Message Eric McKeown 1998-10-14 02:24:42 dilemma