-
Notifications
You must be signed in to change notification settings - Fork 1
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
DPL-047 Use stored procedure to retrieve destination plate information #381
Comments
Update: Not sure this story is any longer required |
Eduardo and I have just had a meeting with Yann L. who re-configured the queries underlying the two views in the production DART database as a hot fix: With these changes the performance has increased from more than 3 mins from Tableau to less than 15 seconds, he has also taken steps to prevent the performance degrading with more data. We do need to be careful though - so next steps will be
Hopefully a stored procedure won't be needed if performance remains acceptable to avoid more production hot-fixes. |
Sara is currently testing the changes Yann made to the DART database - expecting feedback week starting 9th August This issue should be considered On Hold Longer term she is looking to get a combined report for Biosero & Beckman robots - this is captured in DPL-095. |
Sara has tested the Tableau report and unfortunately it is still taking minutes to render, so the test has failed. The next step is to work out with Scott what's required to do DPL-095 and then decide whether this story should go ahead as a temporary fix, or it's just better to design out the problem and go with DPL-095. |
User story
As a development team we would like to change how we query the DART database to retrieve the destination plate information. We are using currently using a view but the view is not operating efficiently and can lead to blocking issues. A stored procedure should operate most efficiently and provide the same, required output.
Who are the primary contacts for this story
@pjvv
@andrewsparkes
Acceptance criteria
To be considered successful the solution must allow:
Dependencies
This story is blocked by the following dependencies:
References
This story has a non-blocking relationship with:
Additional context
Yann will be assisting from the DBA team to convert the view to a stored procedure and help us optimise the interactions between LIMS and SQL Server.
The text was updated successfully, but these errors were encountered: