0% found this document useful (0 votes)
27 views1 page

Standard Datastore Object

There are three types of DataStore objects: standard, write-optimized, and for direct update. The standard aggregates duplicate records and generates SIDs, write-optimized loads data immediately but does not aggregate or generate SIDs, and direct update loads data through APIs and does not aggregate or generate SIDs.

Uploaded by

Mahadeva Pariwar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Standard Datastore Object

There are three types of DataStore objects: standard, write-optimized, and for direct update. The standard aggregates duplicate records and generates SIDs, write-optimized loads data immediately but does not aggregate or generate SIDs, and direct update loads data through APIs and does not aggregate or generate SIDs.

Uploaded by

Mahadeva Pariwar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

DataStore object types:

Standard DataStore object

Data provided using a data transfer process


SID values can be generated
Data records with the same key are aggregated during activation
Data is available for reporting after activation

Write-optimized DataStore object

Data provided using a data transfer process


SID values cannot be generated
Records with the same key are not aggregated
Data is available for reporting immediately after it is loaded

DataStore object for direct update

Data provided using APIs


SIDs cannot be generated
Records with the same key are not aggregated

You might also like