Featured Post

Applying Email Validation to a JavaFX TextField Using Binding

This example uses the same controller as in a previous post but adds a use case to support email validation.  A Commons Validator object is ...

Tuesday, January 18, 2011

How Well Does Talend Perform?

I created a 138Mb text file with Python and ran it into a MySQL database using Talend Open Studio. The runtime was about 8 minutes.

I have a data integration lab and was testing Talend Open Studio.  I created a 138Mb text file (comma-separated) and ran it into a MySQL table.  The runtime was about 8 minutes.

The lab setup is as follows
  1. Source computer running Talend Open Studio 4.1.0.  Laptop with 3Gb RAM, 32-bit Athlon chip, Windows 7 Professional. 
  2. Target computer.  HP wtih 2Gb RAM, 32-bit Pentium 4, Fedora 11.
  3. Network. Wireless N connection.
  4. Data.  A simple 3-column file with 1,000,000 records into a 3-column MySQL table. 
I'm going to move the job entirely to the target computer and post the results.

No comments:

Post a Comment