frmscoe / General-Issues

This repo exists to track current work and any issues within the FRMS CoE
2 stars 0 forks source link

Investigate implications of opting for a single database transaction over concurrent requests #391

Open rtkay123 opened 2 months ago

rtkay123 commented 2 months ago

Story statement

As a developer of the platform I want to ensure I am querying the database optimally, as such I want to verify if sequential calls provide a negligible difference to using a single transaction **So that my application is optimised and uses its dependencies in the most efficient manner

Acceptance criteria

  1. Wrap sequential database calls to the same database in a single transaction and investigate whether there's a performance change
Justus-at-Tazama commented 2 months ago

Is this user story similar to this: https://github.com/frmscoe/docs/issues/90 (Gather outgoing asynchronous requests) -