"Storage" vs "Merged storage" Subscriber

What is the difference between a “Storage” and a “Merged Storage” on incoming configurations?
- Tommy Quissens

Answer

The "Storage" subscriber will generate one task for each entity in the storage, while the "Merged Storage" subscriber will generate only one task with entity data of an array of all entities combined (merged). \- Gugi Gustaman

Is it possible to use merged storage but split the array into chunks?
I’m asking because I’m running into memory issues when trying to fetch 5K entities from a storage.

@Gugi

Hi @Ties,

You can use Storage subscriber instead and fill in the “Items in group” field to split into groups instead of one entity per storage entity.

Please let us know if this is not what you expected.

1 Like