Re: Regex performance issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Regex performance issue
Дата
Msg-id 12526.1165118712@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Regex performance issue  ("Alexandru Coseru" <alexandru.coseru@totaltelecom.ro>)
Список pgsql-performance
"Alexandru Coseru" <alexandru.coseru@totaltelecom.ro> writes:
> Anyway , anybody has a clue why this regex is that CPU intensive ?

The EXPLAIN result you posted offers *no* evidence that the regexp is
CPU intensive.  All you know is that it took 850+ msec to fetch 5200
rows from disk and apply the regexp filter to them.  There's no evidence
here that that was CPU time and not I/O time.

            regards, tom lane

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Regex performance issue
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Regex performance issue