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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load velocity from Hadoop hive

Hi all,

We are using ODBC connection by MapR to load tables from hive to QV.

currently a table with 6 columns and 70 million rows takes 35 minutes to Load.

We are going to Load tables with more than 200 columns and more than 50 million rows.

Can somebody advice whether ODBC is the best connection?

regards,

Boris

6 Replies
luis_pimentel
Partner - Creator III
Partner - Creator III

Do you need to load all data every time? Or just the new/updated rows?

Take a look to this document, It might help you

Incremental Load.docx

Best regards,

-Luis.

Not applicable
Author

Thanks,

but in one case the incremental itself is 70 million.

and the other one the whole table is updated every day (also 50+ million).

luis_pimentel
Partner - Creator III
Partner - Creator III

Ok,

did you try with OLE DB instead of ODBC. As far as I know, OLE DB is always recommended.

Hope that helps.

Not applicable
Author

as far as I know OLE DB doesn't support hadoop hive.

luis_pimentel
Partner - Creator III
Partner - Creator III

Not applicable
Author

I understood that JDBC is much slower than the MapR's ODBC.