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

MODSOURMAN-436 Slow Query Invoked on DI Home Page #413

Merged
merged 2 commits into from
Apr 14, 2021

Conversation

OleksiiKuzminov
Copy link
Contributor

Purpose

The Data Import landing page queries the back-end SRM for the job's status. The SQL query to poll is not performant and can use up to 10% of CPU for one user.

Approach

Cache was added

@sonarcloud
Copy link

sonarcloud bot commented Apr 14, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -5,6 +5,7 @@
* [MODSOURMAN-428](https://issues.folio.org/browse/MODSOURMAN-428) Ensure exactly one delivery approach for handler receiving stored records
* [MODSOURMAN-430](https://issues.folio.org/browse/MODSOURMAN-430) Ensure exactly one delivery approach for for data import log handler
* [MODSOURMAN-437](https://issues.folio.org/browse/MODSOURMAN-437) Add logging for event correlationId
* [MODSOURMAN-436](https://issues.folio.org/browse/MODSOURMAN-436) Slow Query Invoked on DI Home Page
Copy link
Contributor

Choose a reason for hiding this comment

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

3.0.3 has been released, please put into 3.0.4 iteration

@OleksiiKuzminov OleksiiKuzminov merged commit 538f728 into master Apr 14, 2021
KaterynaSenchenko pushed a commit that referenced this pull request Apr 14, 2021
* MODSOURMAN-436 Slow Query Invoked on DI Home Page

(cherry picked from commit 538f728)
@KaterynaSenchenko KaterynaSenchenko deleted the MODSOURMAN-436 branch April 22, 2021 18:35
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