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

adding indices to tables improves responsiveness #321

Merged

Conversation

nitram509
Copy link
Collaborator

This PR add missing indices to columns, which are used frequently.

I have a Zeebe Simple Monitor running and observed decreasing responsiveness/response times of the UI,
because I did some performance testing. In my scenario, I had 3 million process instances created.
This led to timeouts in the DB lookup.
Adding indices not only solved the problem but also made the UI significantly more responsive.

Any feedback is welcome.

@saig0 saig0 self-requested a review November 22, 2021 06:24
@saig0
Copy link
Contributor

saig0 commented Nov 22, 2021

@nitram509 really nice 👍

Thank you for your contribution 🎉 I'll review your PR soon.

Copy link
Contributor

@saig0 saig0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@saig0 saig0 merged commit 225bd34 into camunda-community-hub:master Dec 7, 2021
@nitram509 nitram509 deleted the new-db-indexes-for-performance branch February 15, 2022 08:09
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.

2 participants