Fixes #20637: Omit inventory item serials from device search filter to improve performance #992

Closed
opened 2026-04-05 19:31:21 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @jeremystretch on 10/23/2025

Fixes: #20637

Avoid the very expensive many-to-many lookup matching on InventoryItem serial values. This causes an excessive delay when many inventory items have been populated in NetBox (regardless of whether they match the query).

*Originally created by @jeremystretch on 10/23/2025* ### Fixes: #20637 Avoid the very expensive many-to-many lookup matching on InventoryItem serial values. This causes an excessive delay when many inventory items have been populated in NetBox (regardless of whether they match the query).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#992