rtree, btree, hash index methods...should I care?

Поиск
Список
Период
Сортировка
От Patrick Giagnocavo
Тема rtree, btree, hash index methods...should I care?
Дата
Msg-id 36000133.41FC0EC5@qi.com
обсуждение исходный текст
Список pgsql-sql
Hi Folks,

First let me just say that I am very positive about Postgres.  I am
using it in conjunction with the AOLserver web server and am really glad
that it is so stable.  It stays up for weeks at a time.  I have never
had a crash or any data corruption.

Actual question:

Do I need to care about rtree/btree/hash methods?  Is there a
performance difference in "normal" operations?  What about when using 3
or 4 JOINs together?

Obviously the hash index is only useful for equals; and btree does seem
useful.

How much more of a "cost" is there in terms of inserts and updates if I
make 2 indexes (one btree, one rtree) on the same table?

./patrick

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] How to Make Case InSensitive???
Следующее
От: Sferacarta Software
Дата:
Сообщение: Re[2]: [SQL] How to Make Case InSensitive???