| От | Ying Lu |
|---|---|
| Тема | "Hash index" vs. "b-tree index" (PostgreSQL 8.0) |
| Дата | |
| Msg-id | 427F6853.90308@cs.concordia.ca обсуждение исходный текст |
| Ответы |
Re: "Hash index" vs. "b-tree index" (PostgreSQL 8.0)
|
| Список | pgsql-general |
Greetings, We are working on speeding up the queries by creating indexes. We have queries with searching criteria such as "select ... where *col1='...'*". This is a simple query with only "=" operation. As a result I setup hash index on column "col1". While, in postgreSQL 8 doc, it is wirttern: *Note: * Testing has shown PostgreSQL's hash indexes to perform no better than B-tree indexes, and the index size and build time for hash indexes is much worse. For these reasons, hash index use is presently discouraged. May I know for simple "=" operation query, for "Hash index" vs. "B-tree" index, which can provide better performance please? Thanks, Emi
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера