Skip to content

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

Answered by alamb
pepijnve asked this question in Q&A
Discussion options

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

Comment options

You must be logged in to vote
3 replies
@pepijnve
Comment options

@findepi
Comment options

findepi Dec 20, 2024
Collaborator

@pepijnve
Comment options

Comment options

You must be logged in to vote
5 replies
@pepijnve
Comment options

@pepijnve
Comment options

@alamb
Comment options

alamb Dec 20, 2024
Collaborator

@pepijnve
Comment options

@alamb
Comment options

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