Re: WIP: Fast GiST index build

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: WIP: Fast GiST index build
Дата
Msg-id BANLkTin=gyX5PJW-JaN59uqRBSgdDHVNNA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WIP: Fast GiST index build  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: WIP: Fast GiST index build
Список pgsql-hackers
New version of patch. There are some bugfixes, minor refactoring, comments (unfortunatelly, not all the code is covered by comments yet). Also "fastbuild" parameter was added to the GiST index. It allows to test index building with and without fast build without postgres recompile.

------
With best regards,
Alexander Korotkov.  

On Thu, Jun 16, 2011 at 10:35 PM, Alexander Korotkov <aekorotkov@gmail.com> wrote:
Oh, actually it's so easy. Thanks.

------
With best regards,
Alexander Korotkov.  

On Thu, Jun 16, 2011 at 10:26 PM, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:
On 16.06.2011 21:13, Alexander Korotkov wrote:
My current idea is to measure number of IO accesses by pg_stat_statements
and measure CPU usage by /proc/PID/stat. Any thoughts?

Actually, you get both of those very easily with:

set log_statement_stats=on

LOG:  QUERY STATISTICS
DETAIL:  ! system usage stats:
       !       0.000990 elapsed 0.000000 user 0.000000 system sec
       !       [0.000000 user 0.008000 sys total]
       !       0/0 [32/0] filesystem blocks in/out
       !       0/0 [0/959] page faults/reclaims, 0 [0] swaps
       !       0 [0] signals rcvd, 0/0 [0/0] messages rcvd/sent
       !       0/0 [10/1] voluntary/involuntary context switches
STATEMENT:  SELECT generate_series(1,100);



--
 Heikki Linnakangas
 EnterpriseDB   http://www.enterprisedb.com


Вложения

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

Предыдущее
От: Radosław Smogura
Дата:
Сообщение: Re: Patch - Debug builds without optimization
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: ALTER TABLE lock strength reduction patch is unsafe