---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Legacy - Delta loading

# Legacy - Delta loading {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

"Delta loading" is an optimized way to load an application from a Git
repository.  
Importante:  
Starting with the Xanadu release, the legacy version of ServiceNow Studio is being prepared for future deprecation. It will be hidden and no longer activated on new instances but will continue to be supported. For details on the deprecation process, see the [Deprecation Process \[KB0867184\]](https://support.servicenow.com/kb_view.do?sysparm_article=KB0867184) article in the Now Support Knowledge Base.

Try building and editing apps in the current version of ServiceNow Studio instead. For more information, see [ServiceNow Studio](https://servicenow-prod.fluidtopics.net/HJE5fDsb~bjmVZ9BqGtS8w "ServiceNow Studio provides a unified experience for all ServiceNow development activities, enabling admins and developers to extend base system solutions and create custom apps with ease. Use ServiceNow Studio to build apps and app files with integrated tools, access and edit app metadata in scoped and global apps, and package app changes for deployment, all in one powerful development tool.").

When you switch branches and apply remote changes, the Delta loading feature makes sure only
changed updates load. Rather than having to perform a full uninstall and reinstall of the
application, only the changes update. This speeds and eases the process for developers and does
away with the need to use all branches during development. Data stored in tables is retained
during these operations, lowering the need to load demo data back into the application after a
reinstall or branch change operation.

## Benefits of Delta loading {#delta-loading__section_of3_vrv_wpb}

Time savings
:   Typically, the longest part of an application uninstall or reinstall is dropping and
    creating tables. Delta loading prevents that from occurring. Depending on the size of the
    application, not having to drop or create tables can significantly improve an operation's
    completion time.

Test and demo data retained
:   Tables that contain test and demo data are no longer deleted, so data is not lost.
    Developers can save time if they don't need to reimport demo data each time.

Cross-scope dependent references preserved
:   Items that are cross-scoped and share references are no longer lost when you apply
    changes. This used to occur when an item in scope B was associated to a parent item in scope
    A. Applying remote changes on scope A would delete the parent item and reinstall it, breaking
    the reference between both items, but not restoring that relationship. Delta loading prevents
    the uninstall, so the reference is not lost.

Recommended practice
:   Delta loading is enabled by default on all instances starting with the ServiceNow Paris release. The feature is designed to help in application
    development and receives continued support and upgrades.

