Function |
tVerticaRollback cancels the transaction commit in the connected DB. | |
Purpose |
tVerticaRollback avoids to commit part of a transaction involuntarily. |
Used together, Talend Studio and the Vertica database create very fast and affordable data warehouse and data mart applications. For more information about how to configure Talend Studio to connect to Vertica, see Talend and HP Vertica Tips and Techniques.
Component family |
Databases/Vertica | |
Basic settings |
Component list |
Select the VerticaConnection component in the list if more than one connection are planned for the current job. |
|
Close Connection |
Clear this check box to continue to use the selected connection once the component has performed its task. |
Advanced settings |
tStatCatcher Statistics |
Select this check box to collect log data at the component level. |
Dynamic settings |
Click the [+] button to add a row in the table and fill the Code field with a context variable to choose your database connection dynamically from multiple connections planned in your Job. This feature is useful when you need to access database tables having the same data structure but in different databases, especially when you are working in an environment where you cannot change your Job settings, for example, when your Job has to be deployed and executed independent of Talend Studio. Once a dynamic parameter is defined, the Component List box in the Basic settings view becomes unusable. For examples on using dynamic parameters, see Scenario 3: Reading data from MySQL databases through context-based dynamic connections and Scenario: Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic settings and context variables, see Talend Studio User Guide. | |
Usage |
This component is more commonly used with other tVertica* components, especially with the tVerticaConnection and tVerticaCommit components. | |
Log4j |
If you are using a subscription-based version of the Studio, the activity of this component can be logged using the log4j feature. For more information on this feature, see Talend Studio User Guide. For more information on the log4j logging levels, see the Apache documentation at http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html. | |
Limitation |
n/a |
For tVerticaRollback related scenario, see Scenario: Rollback from inserting data in mother/daughter tables.