Set partition size for parallel loading-enabled Azure accounts

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 3 Minuten Lesedauer
  • When using the SG-Azure Virtual Machines, SG-Azure Network, and SG-Azure Storage Volume data sources, you can optimize their performanceOptimize the performance of data sources by setting the partition size in the azure_delta_pull_max_partition_size_in_mins, azure_delta_pull_min_partition_size_in_mins, and azure_full_pull_partition_size system propertiesthe azure_full_pull_partition_size system property.

    Vorbereitungen

    Set the application scope to Service Graph Connector for Microsoft Azure using the application picker. For more information, see Application picker.

    Role required: admin

    Warum und wann dieser Vorgang ausgeführt wird

    The parallel loading feature is available for the following data sources:
    • Starting with the Service Graph Connector for Microsoft Azure 1.13.0 version:
      • SG-Azure Functions
      • SG-Azure Generic Resources
      • SG-Azure Get Run Command
      • SG-Azure Hardware Template Updation​
      • SG-Azure HW Consolidation​
      • SG-Azure Kubernetes Cluster
      • SG-Azure Load Balancers
      • SG-Azure Network Interface
      • SG-Azure Public IP Address
      • SG-Azure Run Command
      • SG-Azure Scale Sets VMs
    • Starting with the Service Graph Connector for Microsoft Azure 1.11.0 version:
      • SG-Azure Network
      • SG-Azure Virtual Machines
      • SG-Azure Storage Volume

    The parallel loading feature is available for the SG-Azure Virtual Machines, SG-Azure Network, and SG-Azure Storage Volume data sources from the Xanadu release (Service Graph Connector for Microsoft Azure version 1.11.0).

    For a full data pull, the azure_full_pull_partition_size property determines the number of Azure subscriptions that can be executed as parallel jobs to retrieve configuration item (CI) data. Partition size determines how many Azure subscriptions a single parallel-thread evaluates for data retrieval. If you set the azure_full_pull_partition_size property to 100, the partition size is 100 subscriptions.

    Hinweis:
    If the azure_full_pull_partition_size property isn't configured, the partition size computation feature of the Integration Commons for CMDB application automatically determines the partition size for parallel loading at runtime. See Partition size computation for parallel loading in Integration Commons for CMDB.
    For a delta data pull, the azure_delta_pull_max_partition_size_in_mins and azure_delta_pull_min_partition_size_in_mins properties, determine the partition size based on the minimum and maximum time (set in minutes) and the number of threads in your instance. For example, if you set the azure_delta_pull_max_partition_size_in_mins property to 120, each partition handles a maximum of 120 minutes of data. If you set the azure_delta_pull_min_partition_size_in_mins property to 30, each partition handles at least 30 minutes of data.
    Hinweis:
    • If the azure_delta_pull_max_partition_size_in_mins property isn't configured, the maximum partition size is set as 120 minutes.
    • If the azure_delta_pull_min_partition_size_in_mins property isn't configured, the minimum partition size is set as 30 minutes.

    Prozedur

    1. Navigate to All > Service Graph Connectors > Azure > Connections.
    2. From the Name column of the Service Graph Connections list, select a connection.
    3. From the Property column of the Service Graph Connection Properties related list, select the system property:
      • To set the maximum partition size for Azure delta data pull, select azure_delta_pull_max_partition_size_in_mins.
      • To set the minimum partition size for Azure delta data pull, select azure_delta_pull_min_partition_size_in_mins.
      • To set the partition size for Azure full data pull, select azure_full_pull_partition_size.
    4. From the Property column of the Service Graph Connection Properties related list, select azure_full_pull_partition_size.
      The azure_full_pull_partition_size system property determines the number of subscriptions that each partition processes for a full pull. For more information, see Service Graph Connector for Microsoft Azure properties.
    5. In the Value field, enter a numeric value greater than 0 for the partition size.
      • The azure_delta_pull_max_partition_size_in_mins property determines the maximum time (in minutes) for each partition for delta pull.
      • The azure_delta_pull_min_partition_size_in_mins property determines the minimum time (in minutes) for each partition for delta pull.
      • The azure_full_pull_partition_size property determines the number of subscriptions that each partition processes for a full pull.
    6. Select Update.
      Hinweis:
      After you enable parallel data loading for a data source, the Test Load 20 Records and Load All Records options don't work for executing the data source. You must select Execute Now from Scheduled Data Import to execute the data source for which parallel loading is enabled.