Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW

Qlik Replicate: Aurora PostgreSQL unlimited size data types

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Alan_Wang
Support
Support

Qlik Replicate: Aurora PostgreSQL unlimited size data types

Last Update:

Feb 6, 2023 3:35:55 AM

Updated By:

Sonja_Bauernfeind

Created date:

Feb 6, 2023 3:35:55 AM

PostgreSQL hosted on Aurora behaves differently than an on-prem instance of PostgreSQL when data types of unlimited size are processed from the source by Qlik Replicate. Qlik Replicate will truncate all the data in those columns to NULL values. 

This can lead to tasks not loading all tables or a high CPU load.

Resolution

We recommend setting a size limit on the data type to prevent this behaviour or setting an internal parameter unboundedVarcharMaxSize and giving it a value based on your capacity. This parameter will assign the value to the data type for the size limit if the column is originally unlimited in size.

For information on how to set internal parameters, see Setting advanced connection properties.

Example:

With an internal parameter value at 200:

varying character will turn to varying character(200)
varying character(100) will stay as varying character(100)

 

Environment

Qlik Replicate 

 

Internal Investigation ID(s) 

0066686

Labels (1)
Version history
Last update:
‎2023-02-06 03:35 AM
Updated by: