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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading multiple tables from MySQL at the same time

I have a loading script like the following:

LIB CONNECT TO 'DB1';

LOAD ... ;

SQL ...;

LIB CONNECT TO 'DB2';

LOAD ... ;

SQL ...;


LIB CONNECT TO 'DB3';

LOAD ... ;

SQL ...;


LIB CONNECT TO 'DB4';

LOAD ... ;

SQL ...;

Each SQL runs for 5 minutes; in total we need 20 minutes. Is there any way to make them run at the same time so that total time needed will be 5 minutes only?

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Hi Zikun,

If you are storing all tables in QVD's then the simplest thing you can do is write each table load script in a seperate QVW and run them in QMC at same time.

-Ashok.

View solution in original post

1 Reply
Not applicable
Author

Hi Zikun,

If you are storing all tables in QVD's then the simplest thing you can do is write each table load script in a seperate QVW and run them in QMC at same time.

-Ashok.