Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] --compress option for mysql (RDS) connection?

So I'm having to run job on a server that connects to remote db server (AWS RDS).
This is excruciatingly slow as I don't believe that --compress is enabled for default mysql connections in talend?
For example running mysql -u*** -p*** db*** < dbfile***.sql --compress vs mysql -u*** -p*** db*** < dbfile***.sql. The difference between a normal test load (30 min) and a load with --compress (5min) is night and day.
I was wondering if it possible to setup and mysql connection with --compress, maybe in the  "Additional Paremters"?
I have also just notice the AmazonRDS->MySQL components would these perform better?
Cheers Andy
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Just answering my own question again 0683p000009MAB6.png
Useful page here, just use " useCompression".
0683p000009MD50.png
I'll report back with performance gains.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Just answering my own question again 0683p000009MAB6.png
Useful page here, just use " useCompression".
0683p000009MD50.png
I'll report back with performance gains.