Skip to content
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

Add indices to ElementIndices to speed up queries #585

Merged

Conversation

jbiblio
Copy link
Contributor

@jbiblio jbiblio commented Nov 6, 2023

I'd like to suggest additional indices on ElementInstance.

That table is queried from the monitor, and if you have some amount of data in the table, the query would run ages.

This PR adds some indices.

Fixes #583, supersedes #584.

@CLAassistant
Copy link

CLAassistant commented Nov 6, 2023

CLA assistant check
All committers have signed the CLA.

@jbiblio
Copy link
Contributor Author

jbiblio commented Nov 6, 2023

I'm sorry. The CLA is signed, I cannot do anything about the issue with the CLA assistant.

FTR: I accept the CLA.

@jbiblio
Copy link
Contributor Author

jbiblio commented Nov 9, 2023

Update
Sorry, my fault :-(

I commited with a different account than the one that creates this PR.

I signed the CLA with the other account as well, so I hope everything is fine now.

@nitram509 nitram509 merged commit d2ca124 into camunda-community-hub:main Nov 9, 2023
4 checks passed
@jbiblio jbiblio deleted the element-instance-indices branch January 24, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Querying ELEMENT_INSTANCE is very slow
4 participants