Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I would like help with a really big problem that I am facing right now, I have load data from an Informix database but Talend can't load more than 70 rows per second, if I try to load in this same database from Excel or Qlik I can read it at least 8 x faster.
Could someone help me with that?
Hello,
I figured the problem could be the time to convert the local database format to Talend format if I take off varchar/string field the load speed increase more than 3 times.
but I can't find a solution to improve that, because of the varchar field is a key in this table.
=/
Someone, could me provide some help, please?
tks!
Best Regards!
Hi,
there is must be no problem with the conversion but easily could be a problem with data size
reading speed depends from:
ok, do you really output all 50k+ rows to tlogrow?
is the speed same if output is CSV file?
if you print just 100 rows, it is not important
I afraid there no simple answer, need to check all what I mention above, because simple test with 3 int and 1 string (255 characters):
so, again:
- size (maybe your "string" is 32000 char 🙂 )
- network
- etc
add:
if you are IBM customer, try to download fresh JDBC drivers and test with tJDBCConnection / tJDBCInput
my picture example from Informix, with 255 mixed string, so - Talend don't spend time for this