Skip to content

StringContainsFilter with any is unacceptably slow #3425

@cpwright

Description

@cpwright

Description

This is a clone of the Enterprise ticket DH-14241; but the code is identical in Community. The regex matching with look ahead is roughly 100x slower in reasonable uses cases than just doing successive filters.

final Table y = x.where("String icase includes all word1, word2");
final Table z = x.where("String icase includes word1", "String icase includes word2");

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions