Existence of tuples in relations and a multicolumn index.

Поиск
Список
Период
Сортировка
От Tzahi Fadida
Тема Existence of tuples in relations and a multicolumn index.
Дата
Msg-id 010001c52fc8$7a355f50$0b00a8c0@llord
обсуждение исходный текст
Список pgsql-general
If I have a relation and create a multicolumn index on all the
attributes,
would the index be bigger than the relation itself?
would it be more efficient to keep the relation ordered on all the
attribute if I have
a lot of additions?
I have relations that are only incremental in time and they are huge,
i.e. exponential
in the size of the rest of the database.
The problem arises when I have to check for existence of a tuple in
those type
of relations.

Regards,
    tzahi.

WARNING TO SPAMMERS:  see at
http://members.lycos.co.uk/my2nis/spamwarning.html



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Simple query takes a long time on win2K
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: I'm OWNER of the db but I get `permission denied` when