-
Notifications
You must be signed in to change notification settings - Fork 231
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
Comments
This was referenced 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
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
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.
The text was updated successfully, but these errors were encountered: