Skip to content

Provide a way to query for BusinessKey in JDBC schema #3413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fjtirado opened this issue Feb 22, 2024 · 0 comments · Fixed by #3441
Closed

Provide a way to query for BusinessKey in JDBC schema #3413

fjtirado opened this issue Feb 22, 2024 · 0 comments · Fixed by #3441
Assignees

Comments

@fjtirado
Copy link
Contributor

fjtirado commented Feb 22, 2024

Description

Currenlty the only way to find a process given its business key is to perform a linear search, which in turn implies unmarshalling the content of payload column. It would be good, performance wise, to create new indexed column and store business key there.

Implementation ideas

Add a new indexed column called businessKey and use it in searches by businessKey.

@fjtirado fjtirado self-assigned this Feb 22, 2024
fjtirado added a commit to fjtirado/kogito-runtimes that referenced this issue Mar 14, 2024
fjtirado added a commit to fjtirado/kogito-runtimes that referenced this issue Mar 14, 2024
fjtirado added a commit to fjtirado/kogito-runtimes that referenced this issue Mar 14, 2024
fjtirado added a commit to fjtirado/kogito-runtimes that referenced this issue Mar 15, 2024
fjtirado added a commit to fjtirado/kogito-runtimes that referenced this issue Mar 15, 2024
fjtirado added a commit to fjtirado/kogito-runtimes that referenced this issue Mar 15, 2024
fjtirado added a commit to fjtirado/kogito-runtimes that referenced this issue Mar 15, 2024
fjtirado added a commit that referenced this issue Mar 16, 2024
* [Fix #3413] Speed up business key query performance

* [Fix #3413] Walters comments

* [Fix #3413] Fixing flaky test
@github-project-automation github-project-automation bot moved this from 📋 Backlog to 🎯 Done in 🦉 KIE Podling Board Mar 16, 2024
rgdoliveira pushed a commit to rgdoliveira/kogito-runtimes that referenced this issue Mar 27, 2024
* [Fix apache#3413] Speed up business key query performance

* [Fix apache#3413] Walters comments

* [Fix apache#3413] Fixing flaky test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant