Re: OT: OpenDatabase Model ?

Поиск
Список
Период
Сортировка
От Jesper K. Pedersen
Тема Re: OT: OpenDatabase Model ?
Дата
Msg-id 44E37A1A.7080006@solnet.homeip.net
обсуждение исходный текст
Ответ на Re: OT: OpenDatabase Model ?  (Andrew Sullivan <ajs@crankycanuck.ca>)
Ответы Re: OT: OpenDatabase Model ?  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список pgsql-sql
Andrew Sullivan wrote:

>On Wed, Aug 16, 2006 at 06:12:06PM +0200, Jesper K. Pedersen wrote:
>  
>
>>Doing a bit of database work for several friends (golf clubs and so on) 
>>I was very keen to start using a sort of "standard" and not least open 
>>database model with predefined tables.
>>    
>>
>
>If I understand your question correctly, I think this is what the
>various Normal Forms are for, no?
>
>A
>
>  
>
I may be a bit "vague" in saying what the project was about as the last 
time I visited them was when they were actually active and offering 
standard table defenitions.
The normal forms are as far as I know just how you decide to tie 
together your tables.

The opendatabase model actually offered a standard set of table 
definitions covering a wide range of data storage.

Of course this means that the tables would often have stuff you dont 
need, and may not have the things you need, but at least there is a 
common "thread" in how you different databases look. For the big company 
that can afford having people optimizing databases that isnt the best 
choice, but for the common small scale users it is rather nice that we 
dont have to reinvent the tables each time we make a new database.

Best regards
Jesper K. Pedersen


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: DB creation script questions
Следующее
От: Kyle Bateman
Дата:
Сообщение: Re: Using bitmap index scans-more efficient