Re: [GSoC] (Is it OK to choose items without % mark in theToDoList) && (is it an acceptable idea to build index on Flash Disk)

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas OSB SD
Тема Re: [GSoC] (Is it OK to choose items without % mark in theToDoList) && (is it an acceptable idea to build index on Flash Disk)
Дата
Msg-id E1539E0ED7043848906A8FF995BDA57902EB11CB@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Re: [GSoC] (Is it OK to choose items without % mark in theToDoList) && (is it an acceptable idea to build index on Flash Disk)  (mx <mx.cogito@gmail.com>)
Ответы Re: [GSoC] (Is it OK to choose items without % mark in theToDoList) && (is it an acceptable idea to build index on Flash Disk)  (Kenneth Marshall <ktm@rice.edu>)
Список pgsql-hackers
> So, I finally decide to focus on the project idea of improving hash
> index now. It's more valuable , and also challenging.
>
> Any suggestion about the project idea of improving hash index?

Imho one thing to look into is the storage. I do not see any real value
in storing the key itself (especially longer keys) in the hash buckets.
Instead store the hash value only (or not even that) and mark the index
lossy (recheck the key in the heap).

Andreas


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

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: Integer datetimes
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Minor bug in src/port/rint.c