Capabilities for Ingres
This section lists the Capabilities of Fivetran HVR when using 'Ingres'. For more information about the pre-requisites, access privileges, and other configuration requirements, see Ingres Requirements.
Capture
HVR supports the following capabilities on Ingres:
- Capture changes from location (Ingres from version 10.0 to version 11.2).
- Log-based capture (capture from DBMS logging system) (Ingres from version 10.0 to version 11.2).
- Log-based capture of tables without a primary key (Ingres from version 10.0 to version 11.2).
- Direct access to logs on a file system (Ingres from version 10.0 to version 11.2).
- Log-based capture of tables with LOB column (Ingres from version 10.0 to version 11.2).
- Rewind log-based capture to specific time (hvractivate option -i) (Ingres from version 10.0 to version 11.2).
- Populates column hvr_cap_user for use in ColumnProperties {hvr_cap_user} substitutions (Ingres from version 10.0 to version 11.2).
- Log-based capture of truncate table statements (Ingres from version 10.0 to version 11.2).
- Multiple log-based capture jobs can capture from same database (Ingres from version 10.0 to version 11.2).
- Capture from tables with compression=data (Ingres from version 10.0 to version 11.2).
- Capture from tables with compression=hidata (Ingres from version 10.0 to version 11.2).
- Log-based capture checkpointing using location property Capture_Checkpoint_Frequency (Ingres from version 10.0 to version 11.2).
- Trigger-based capture (location property Capture_Method=DB_TRIGGER on the capture location) (Ingres from version 10.0 to version 11.2).
- Location property Trigger_Quick_Toggle on the capture location (Ingres from version 10.0 to version 11.2).
- Boundaries between transactions preserved by trigger-based capture (Ingres from version 10.0 to version 11.2).
- Trigger-based capture jobs can be woken by db-event when change happens (Ingres from version 10.0 to version 11.2).
HVR does not support the following capabilities on Ingres:
- Capture from Archive log files only.
- Log-based capture of DDL statements using action AdaptDDL.
- Access to logs using SQL interface.
- Log-based capture from hidden rowid/RRN column (ColumnProperties with parameter CaptureFromRowId).
- Rewind log-based capture to the beginning of currently active oldest transaction.
- Online refresh using accurate LSN/SCN.
- Read archives from an alternative directory (location property Archive_Log_Path on the capture location).
Repository Database
HVR does not support Repository database on Ingres.
Integrate
HVR supports the following capabilities on Ingres:
- Integrate changes into location (Ingres from version 10.0 to version 11.2).
- Burst integration (Integrate with parameter Method=BURST) (Ingres from version 10.0 to version 11.2).
- Integrate with parameter BurstCommitFrequency (Ingres from version 10.0 to version 11.2).
- Continuous integration (Integrate with parameter Method=CONTINUOUS) (Ingres from version 10.0 to version 11.2).
- Tables without a key and without TableProperties with NoDuplicateRows for continuous integration (Ingres from version 10.0 to version 11.2).
- Continuous integrate with parameter OnErrorSaveFailed (Ingres from version 10.0 to version 11.2).
- Disable/enable database triggers during integrate (with parameter NoTriggerFiring) (Ingres from version 10.0 to version 11.2).
- ColumnProperties with parameter SoftDelete (Ingres from version 10.0 to version 11.2).
- Creation and update of HVR state tables (Ingres from version 10.0 to version 11.2).
- Integrate with parameter DbProc (Ingres from version 10.0 to version 11.2).
Bi-directional Replication
HVR supports the following capabilities on Ingres:
- Detection of changes made by HVR in a bidirectional channel to prevent loop-back (Ingres from version 10.0 to version 11.2).
- CollisionDetect with Log-based Capture (without parameter TimestampColumn) (Ingres from version 10.0 to version 11.2).
- CollisionDetect with Trigger-based Capture (with location property Capture_Method=DB_TRIGGER on the capture location and CollisionDetect without parameter TimestampColumn) (Ingres from version 10.0 to version 11.2).
- CollisionDetect with parameter TimestampColumn (Ingres from version 10.0 to version 11.2).
Refresh and Compare
HVR supports the following capabilities on Ingres:
- hvrrefresh or hvrcompare from source location (Ingres from version 10.0 to version 11.2).
- hvrrefresh into target location (Ingres from version 10.0 to version 11.2).
- Row-wise hvrrefresh into target location (option -g) (Ingres from version 10.0 to version 11.2).
- Disable/enable foreign keys and secondary indices during hvrrefresh (option -F) (Ingres from version 10.0 to version 11.2).
- For a table: disable/enable journaling, disable/enable unique/primary constraints, disable/enable volatile secondary indices, support main storage structure during hvrrefresh (Ingres from version 10.0 to version 11.2).
- Identity columns (Ingres from version 10.0 to version 11.2).
- Replicate database sequences (using action DbSequence) (Ingres from version 10.0 to version 11.2).
HVR does not support the following capabilities on Ingres:
- Select more than 4 billion rows during hvrrefresh or hvrcompare.
Other Capabilities
HVR supports the following capabilities on Ingres:
- Call database procedure dbproc during replication jobs (AgentPlugin with parameter DbProc) (Ingres from version 10.0 to version 11.2).
- DbObjectGeneration with parameter IncludeSQLFile (Ingres from version 10.0 to version 11.2).
- International table and column names where DBMS is not configured with UTF-8 encoding (Ingres from version 10.0 to version 11.2).
- Treat DBMS table names and columns as case sensitive if configured (location property Case_Sensitive_Names) (Ingres from version 10.0 to version 11.2).
- Treat DBMS schema names as case sensitive if configured (location property Case_Sensitive_Names) (Ingres from version 10.0 to version 11.2).
HVR does not support the following capabilities on Ingres:
- Use distribution key for parallelizing changes within a table (ColumnProperties with parameter DistributionKey).
- Distinguish and support capture from 'column store tables'.