Re: multibyte performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: multibyte performance
Дата
Msg-id 16351.1001599753@sss.pgh.pa.us
обсуждение исходный текст
Ответ на multibyte performance  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: multibyte performance
Re: multibyte performance
Список pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> I did some benchmarking with/without multibyte support using current.
> (1) regression test
> (2) pgbench

pgbench unfortunately seems quite irrelevant to this issue, since it
performs no textual operations whatsoever.  It'd be interesting to
modify pgbench so that it updates the "filler" column somehow on each
update (perhaps store a text copy of the new balance there), and then
repeat the tests.
        regards, tom lane


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

Предыдущее
От: mlw
Дата:
Сообщение: Re: Spinlock performance improvement proposal
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: [PATCH] [LARGE] select * from cursor foo