-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Status: In progressAssignee is working on this issue.Assignee is working on this issue.Type: enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Scenario
- camunda-bpm-taskpool version: 3.10.0
- Camunda BPM version: 7.18
- Description of your use case: After a like text search of name, description, process name is implemented, I want to make use of local improvements of a RDBMS to make it faster.
Current Behaviour
LIKE operator of SQL is used (slow).
Wanted Behaviour
Faster implementation accelerated by a RDBMS vendor extension.
Full text search is supported by the following vendors:
- Postgresql
- Azure SQL
Possible Workarounds
- wait
Metadata
Metadata
Assignees
Labels
Status: In progressAssignee is working on this issue.Assignee is working on this issue.Type: enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed