Design advice needed.

Поиск
Список
Период
Сортировка
От Mark Kelly
Тема Design advice needed.
Дата
Msg-id 200704042231.23523.pgsql@wastedtimes.net
обсуждение исходный текст
Ответы Re: Design advice needed.
Re: Design advice needed.
Список pgsql-novice
Hi

I have been asked to produce a website for selling a very varied range of
items, around 5000 in all. The client wants to be able to categorise items
in a hierarchical tree, along the lines of "exhaust > round > gold >
honda" (it's motorbike parts) but wants to be able to use an unspecified
number of levels and have that number differ between categories. For
instance, exhausts might drill down 4 layers of categories, whereas stands
may only have 2 layers, and he can't tell me the max number of layers as
his range not only varies alot but changes frequently. I hope I am
explaining this okay.

Obviously I cannot simply add a column for each successive layer of
categorisation if I don't know in advance how many layers I need. Can this
kind of "free-form" categorisation be done with Postgres? I am prepared
for the fact that I may have to limit him to an arbitrary depth, but I'm
rather curious about the if and how of this :)

The site is written in php, and if I have to do some of the heavy lifting
in the code there, thats fine. I'd still need advice about setting up the
tables though.

Thanks

Mark

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Peter Schonefeld"
Дата:
Сообщение: looping multi-dimensional array
Следующее
От: Sean Davis
Дата:
Сообщение: Re: Design advice needed.