regex cache

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема regex cache
Дата
Msg-id 200806171826.48355.josh@agliodbs.com
обсуждение исходный текст
Ответы Re: regex cache  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Folks,

I'm doing some analysis of PostgreSQL site traffic, and am being frequently 
hung up by the compile-time-fixed size of our regex cache (32 regexes, per 
MAX_CACHED_RES).  Is there a reason why it would be hard to use work_mem 
or some other dynamically changeable limit for regex caching?  

-- 
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: sh -> pl
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump fails to include sequences, leads to restore fail in any version