Difference in Write to Multiple Data Store entity and Write to Data Store entity? When we need to use the multiple data store entity?
Discussion posts and replies are publicly visible
Hi dharaniv7118
To update multiple rows in the same database, use the "Write to Datastore" with the process variable set to "Multiple."
Same database, or same table?
Multiple databases/data stores: You need a separate node for each data store
Multiple tables: Write to Multiple Datastore
One table: Write to Datastore
Whether you write one or more rows, makes no difference.
Multiple rows/single row in single table - Write to Datastore,
Multiple rows/single row in Multiple table - Write to Multiple Datastore
Is my understanding is correct.
Yes