bug(core): device registry N+1 query #414

Closed
opened 2026-03-28 04:24:20 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #1270
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/1270
Original created: 2025-07-14T17:18:12Z


When processing devices in the device registry we are doing a proton query for every device seen, we could probably just make one query against the database for all devices, and then iterate through those.

Imported from GitHub. Original GitHub issue: #1270 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/1270 Original created: 2025-07-14T17:18:12Z --- When processing devices in the device registry we are doing a proton query for every device seen, we could probably just make one query against the database for all devices, and then iterate through those.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#414
No description provided.