reapit / foundations

Foundations platform mono repo
57 stars 21 forks source link

Review appointments service query performance #8428

Open plittlewood-rpt opened 1 year ago

plittlewood-rpt commented 1 year ago

Background context There are a number of timeout issues occurring in the appointments service which is down to the queries that get executed against the database. The issues are almost always on larger enterprise databases. It's likely we can refactor some of the queries to skip some include statements when certain query string parameters are not passed.

Specification

HollyJoyPhillips commented 1 month ago

Internal reference: PBI-5701