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

N+1 Query /api/v1/patient/ #1921

Open
sentry-io bot opened this issue Feb 27, 2024 · 2 comments
Open

N+1 Query /api/v1/patient/ #1921

sentry-io bot opened this issue Feb 27, 2024 · 2 comments
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Feb 27, 2024

Sentry Issue: CARE-QG

Offending Spans db - SELECT "facility_prescription"."id", "faci...
SELECT facility_prescription.id, facility_prescription.external_id,
  ...
FROM facility_prescription
WHERE (
  NOT facility_prescription.deleted AND facility_prescription.consultation_id = %s AND NOT
    facility_prescription.is_prn AND facility_prescription.prescription_type = %s
)
@aeswibon
Copy link
Member

Would like to work on this issue.

@sravyakaranam
Copy link

Hi @sainak @gigincg , I would like to work on this issue, Can you please assign this to me.

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

No branches or pull requests

2 participants