| От | Heikki Linnakangas |
|---|---|
| Тема | Re: WIP: Fast GiST index build |
| Дата | |
| Msg-id | 4E1D584D.2070706@enterprisedb.com обсуждение |
| Ответ на | Re: WIP: Fast GiST index build (Alexander Korotkov <aekorotkov@gmail.com>) |
| Ответы |
Re: WIP: Fast GiST index build
|
| Список | pgsql-hackers |
Hi, Looking at the performance test results again on the wiki page (http://wiki.postgresql.org/wiki/Fast_GiST_index_build_GSoC_2011#Testing_results), the patch can be summarized like this: it reduces the number of disk accesses, at the cost of some extra CPU work. Is it possible to switch to the new buffering method in the middle of an index build? We could use the plain insertion method until the index grows to a certain size (effective_cache_size?), and switch to the buffering method after that. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера