Re: POSIX regex performance bug in 7.3 Vs. 7.2 - Mailing list pgsql-hackers

From Neil Conway
Subject Re: POSIX regex performance bug in 7.3 Vs. 7.2
Date
Msg-id 1044399030.6534.1167.camel@tokyo
Whole thread Raw
In response to Re: POSIX regex performance bug in 7.3 Vs. 7.2  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: POSIX regex performance bug in 7.3 Vs. 7.2  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, 2003-02-04 at 17:26, Tom Lane wrote:
> Proof of concept:
> [...]

Very cool work, Tom.

> In the first case there are only four distinct patterns used, so we're
> running with cached precompiled regexes.  In the other cases a new regex
> compilation must occur at each row.

Speaking of which, is there (or should there be) some mechanism for
increasing the size of the compiled pattern cache? Perhaps a GUC var?

Cheers,

Neil
-- 
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC





pgsql-hackers by date:

Previous
From: Curt Sampson
Date:
Subject: Re: PGP signing releases
Next
From: Curt Sampson
Date:
Subject: Re: PGP signing releases