-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
netboxstatus: needs triageThis issue is awaiting triage by a maintainerThis issue is awaiting triage by a maintainertype: performanceA concern regarding application performanceA concern regarding application performance
Description
NetBox Version
v4.5.1
Python Version
3.12
Area(s) of Concern
- User Interface
- REST API
- GraphQL API
- Python ORM
- Other
Details
Assigning tags to a newly created object is currently done in an inefficient manner. For example, creating a new site with five tags assigned generates ~23 additional SQL queries (4 per tag):
AFAICT these are attributable to the default behavior of the django-taggit manager, but we should explore potential options for optimizing the creation of tag assignments in the database.
Metadata
Metadata
Assignees
Labels
netboxstatus: needs triageThis issue is awaiting triage by a maintainerThis issue is awaiting triage by a maintainertype: performanceA concern regarding application performanceA concern regarding application performance