Vertica Component Release Notes
This page lists the main features added to the Vertica Component.
Feature Highlights
Version 2.0.3
Change Data Capture (CDC)
Multiple improvements have been performed to homogenize the usage of Change Data Capture (CDC) in the various Components.
Parameters have been homogenized, so that all Templates should now have the same CDC Parameters, with the same support of features.
Multiple fixes have also been performed to correct CDC issues. Refer to the changelog for the exact list of changes.
Version 2.0.1
Load File to Vertica (with copy)
New parameter xfieldSep
A new parameter 'xfieldSep' has been added.
It specifies the hexadecimal code of the Field Separator to be used in the temporary file imported into Vertica.
Examples: 08 = backspace, 09 = tab, 1F = ascii unit separator
this option is taken into acount only when 'Force Pre Transform File' is set to 'true'. The default value is 08. |
INTEGRATION Vertica
Fix creation of temporary integration table when "usingExportObject" is used
Some issues were encountered when using "usingExportObject" mode for "Create Integration Table Like Target Table" parameter with some Vertica database versions.
Queries have been fixed for this mode to work as expected with the different Vertica database versions.
Change Log
Version 2023.1.0
Feature improvements
-
DI-4522: A dedicated parser to parse Vertica’s
EXPORT_OBJECTS
command has been added to the Vertica component and is used in its templates. -
DI-5735: The
GEOMETRY
datatype is now supported. -
DI-5910: The
GEOGRAPHY
datatype is now supported.
Bug fixes
-
DI-5715: In the INTEGRATION Vertica template, the Slowly Changing Dimension mode is not efficient and causes memory overconsumption.
-
DI-5716: The INTEGRATION Vertica template generates duplicate rows on the target table when the Integration Strategy parameter is set to Slowly Changing Dimension mode and the Useless Update Detection Method parameter is set to disable.
-
DI-5797: In the INTEGRATION Vertica template, the
NULL
andNOT NULL
clauses are unexpectedly hardcoded for the work table columns instead of being automatically computed.
Version 5.3.5 (Component Pack)
Bug fixes
-
DI-5797 : Template - INTEGRATION Vertica - the NULL and NOT NULL clauses are unexpectedly hardcoded for the work table columns, instead of being automatically computed.
-
DI-5716 : Template - INTEGRATION Vertica: Slowly Changing Dimension mode creates duplicated rows on target when the "Useless Update Detection Method" parameter is set to disable.
-
DI-5715 : Template - INTEGRATION Vertica: Slowly Changing Dimension mode is not efficient and causes memory overconsumption.