Support bulk operations #34
Labels
status: action required
This issue requires additional information to be actionable
status: internal review
Internal discussion is required to move forward with issue
type: enhancement
New feature or request
type: feature
Introduction of substantial new functionality to the application
Environment
Proposed Functionality
As a Tools Integrator, I want the SSoT plugin to support bulk operations within the nautobot ORM (or other target systems which support like functionality) so that jobs that deal with a lot of data can operate more performantly.
Use Case
I have several use cases which involve full inventory syncs between systems involving upwards of 75k+ objects. The run time of these jobs is currently measured in hours due to the serial nature of processing objects after the diff is calculated.
There is a tradeoff in nautobot concerning bulk ORM operations (
bulk_create
,bulk_update
, etc) in terms of change logging and other signally, but in my case, I am willing to accept those downsides to be able to process the SSoT sync with better performance.The text was updated successfully, but these errors were encountered: