Administer > Transforming, loading, and extracting data > Overview of the data load utility > Data load sample scenario


Delta load scenario

Overview

The delta load scenario is, while WCS is up and running, to insert, update, or delete catalog, inventory, and/or price data.


Recommendations

During a delta load, the data can be loaded into a staging server or a production server. However, some data such as the inventory data have to be loaded into production server directly.

Recommendations for the delta load...


Sample

The following code snippet is part of a sample wc-dataload.xml file to specify the Replace data load mode, a small commit count and batch size, and without a fixed key range:

<_config:LoadOrder commitCount="1" 
                   batchSize="1" 
                   dataLoadMode="Replace" >         

    <_config:LoadItem name="CatalogEntry" 
                      businessObjectConfigFile="wc-loader-catalog-entry.xml"  >              

        <_config:DataSourceLocation location="CatalogEntry.csv" />         

    </_config:LoadItem>

</_config:LoadOrder> 

The following code snippet is part of a sample wc-dataload-env.xml file to specify the ID resolver cache size to 0:

<_config:IDResolver className="com.ibm.commerce.foundation.dataload.idresolve.IDResolverImpl" 
                    cacheSize="0" />


Related tasks

Substitute attribute values with variables in data load configuration files

Related reference

Initial load scenario
Data load best practices


Related information
Data load business object configuration file


+

Search Tips   |   Advanced Search