tInformixCommit
Makes a global commit just once instead of commiting every row or batch of rows
separately.
This component improves performance and is closely related to
tInformixConnection and tInformixRollback. They are
generally used to execute transactions together.
tInformixCommit validates data processed in a job from a connected
database.
tInformixCommit Standard properties
These properties are used to configure tInformixCommit running in the Standard Job framework.
The Standard
tInformixCommit component belongs to the Databases family.
The component in this framework is available in all Talend
products.
connector. The properties related to database settings vary depending on your database
type selection. For more information about dynamic database connectors, see Dynamic database components.
Basic settings
Database |
Select a type of database from the list and click |
Component list |
If there is more than one connection in the Job, |
Close connection |
This check box is selected by default. It means Warning:
If you are using a Row > Main type connection to link tInformixCommit to your Job, your |
Advanced
settings
tStatCatcher |
Select this check box to collect the log data at a |
Usage
Usage rule |
This component is |
Dynamic settings |
Click the [+] button to add a row in the table Once a dynamic parameter is defined, the Component List box in the Basic For examples on using dynamic parameters, see Reading data from databases through context-based dynamic connections and Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic |
Related Scenario
This component is for use with tInformixConnection and tInformixRollback. They are generally used along with tInformixConnection as the latter allows you to open a
connection for the transaction which is underway
To see a scenario in which tInformixCommit might be used, see Inserting data in mother/daughter tables.