Skip to content

Use Full Text Search extensions in RDBMS to improve text search in JPA View #794

@zambrovski

Description

@zambrovski

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions