Skip to content

Optimize LIKE pattern compilation #284

Closed
@dlurton

Description

At the moment it takes a pathologically large amount of time and RAM to compile large LIKE patterns.

#279 made the expression 'foo' like '%<n>%' (where '' is 1500 '!' characters) take ~2.6 seconds to compile which is down from ~37 seconds and a big improvement but this is still an order of magnitude too slow. This should take significantly less then that even--into the tens of milliseconds or even less.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions