VectorWise components
tVectorWiseCommit | Commits a global transaction in one go using a single connection instead of doing so on every row or every batch. This provides a gain in performance |
tVectorWiseConnection | Opens a connection to the specified database that can then be reused in the subsequent subJob or subJobs. |
tVectorWiseInput | Executes a DB query with a strictly defined order which must correspond to the schema definition. |
tVectorWiseOutput | Executes the action defined on the table and/or on the data contained in the table, based on the flow incoming from the preceding component in the Job. |
tVectorWiseRollback | Cancels transactions committed to the VectorWise database. |
tVectorWiseRow | Acts on the actual DB structure or on the data (although without handling data). |