Re: generic modelling of data models; enforcing constraints dynamically...

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: generic modelling of data models; enforcing constraints dynamically...
Дата
Msg-id dcc563d10909271813x69e59f78g8be17b3b337d4aea@mail.gmail.com
обсуждение исходный текст
Ответ на Re: generic modelling of data models; enforcing constraints dynamically...  (InterRob <rob.marjot@gmail.com>)
Список pgsql-general
On Sun, Sep 27, 2009 at 5:44 PM, InterRob <rob.marjot@gmail.com> wrote:
> Oliver,
> Would you say it is not valid for proposition 2 (people wanting to be able
> to quickly add (and remove?) attributes) because within the relational model
> this can be done reasonably well?

Actually that's what I think it's best at, as long as you aren't
trying to get fancy.  We have a part of an intranet type app that lets
users upload table formatted data that's like a freeform spreadsheet
and we use EAV to store the data for that.  There's no FK or other
relational stuff.

The problems start to pile up when you try to do something exciting,
interesting, fascinating or other 'ings...

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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: dump time increase by 1h with new kernel
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: PostgreSQL reads each 8k block - no larger blocks are used - even on sequential scans