Skip to content

Optimising regex functions (and literal function arguments in general) #13852

Answered by alamb
pepijnve asked this question in Q&A

You must be logged in to vote

This is a good question. Others have asked about this too @pepijnve

See - #11146

@zhuliquan seems to be actively working on it:

FWIW it has never been a particular priority for me personally as I have never seen a performance profile where compiling the regex showed up (if a query has regex the vast majority of the time is in the evaluation of the regex, not the compialtion)

Replies: 2 comments 8 replies

You must be logged in to vote
3 replies
@pepijnve

@findepi

findepi Dec 20, 2024
Collaborator

@pepijnve

You must be logged in to vote
5 replies
@pepijnve

@pepijnve

@alamb

alamb Dec 20, 2024
Collaborator

@pepijnve

@alamb

alamb Dec 21, 2024
Collaborator

Answer selected by pepijnve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants