BUG #8117: simple but huge query infinite execution time

Поиск
Список
Период
Сортировка
От haddock@mail.ru
Тема BUG #8117: simple but huge query infinite execution time
Дата
Msg-id E1UVNJe-0004v7-MU@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #8117: simple but huge query infinite execution time  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      8117
Logged by:          Viacheslav Seledkin
Email address:      haddock@mail.ru
PostgreSQL version: 9.2.3
Operating system:   Linux, Windows
Description:        =


you can get query here =

http://yadi.sk/d/uE-KE0b34LV5A

query has the following scheme
SELECT =

    regexp_matches('...',' (\d+)\:','g'), =

    regexp_matches('...','\:([\d\.]+)','g')

where '...' is approximately 40kb string (the same in both ...)

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

Предыдущее
От: nitinmn@gmail.com
Дата:
Сообщение: BUG #8116: create trigger after insert fails if procedure being executed is having error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #8117: simple but huge query infinite execution time