Обсуждение: Indexes: which to use BTREE RTREE HASH GIST?

Поиск
Список
Период
Сортировка

Indexes: which to use BTREE RTREE HASH GIST?

От
April L
Дата:
What are the advantages or circumstances to use the various types of
indexes available?

BTREE RTREE HASH GIST?

Thank you,

- April

Re: Indexes: which to use BTREE RTREE HASH GIST?

От
"Josh Berkus"
Дата:
April,

> BTREE RTREE HASH GIST?

Joe Celko's book, "SQL for Smarties", has an excellent chapter on
indexing where he includes the types and what they are good for.

-Josh