Database Administrators
Q&A for database professionals who wish to improve their database skills
Latest Questions
1
votes
1
answers
117
views
Learning resources for Data Engineering
I recently started my career as Data Engineer, with everyday I explore the dynamics of field and get to know something new. I want to ask if there is any dedicated website, courses or learning path(s) available online to learn this relatively new field. Note: Let me know if I have asked this questio...
I recently started my career as Data Engineer, with everyday I explore the dynamics of field and get to know something new. I want to ask if there is any dedicated website, courses or learning path(s) available online to learn this relatively new field.
Note: Let me know if I have asked this question on wrong stack and guide me the correct platform to ask help on this question.
curious_nustian
(119 rep)
Nov 10, 2021, 09:27 AM
• Last activity: Nov 10, 2021, 11:40 AM
1
votes
2
answers
4175
views
Import data into MySQL using Talend Open Studio
I have been trying to import CSV data about 60 MB; it contains about 400,000 rows, which should not be too much. I tried these ways to import the data: 1. MySQL Workbench - it took about two hours!!! 2. Using MySQL `LOAD INFILE` command - it took about 15 seconds! 3. Using Talend Open Studio - almos...
I have been trying to import CSV data about 60 MB; it contains about 400,000 rows, which should not be too much. I tried these ways to import the data:
1. MySQL Workbench - it took about two hours!!!
2. Using MySQL
LOAD INFILE
command - it took about 15 seconds!
3. Using Talend Open Studio - almost as long as Workbench.
Why are the GUI tools working so badly? I want to use GUI-based tools, instead of writing scripts.
With Talend Open Studio, is there a way to speed things up? I heard that there is possibly another Talend product that deals with Big Data, will this do it faster than Talend Open Studio?
Hope someone out there knows!
I know that in Hadoop using Pig, I can get the the CSV from HDFS into Pig memory very quickly.
Palu
(111 rep)
Nov 6, 2016, 04:12 AM
• Last activity: Nov 20, 2018, 08:33 PM
0
votes
1
answers
457
views
Talend collation issue in mysql
I am using Talend to backup MS SQL to MySQL Server. Everything goes well, I have a connection, data flows from one db to the other... however I cannot correctly copy diacritic signs. On MS SQL I have Polish_CI_AS and on MySQL I have Latin2 general_ci. When I tried to copy data from MS SQL to an Exce...
I am using Talend to backup MS SQL to MySQL Server. Everything goes well, I have a connection, data flows from one db to the other... however I cannot correctly copy diacritic signs.
On MS SQL I have Polish_CI_AS and on MySQL I have Latin2 general_ci.
When I tried to copy data from MS SQL to an Excel file, everything is in place.
I concluded that problem lies in MySQL.
Have you encountered this issue before?
Mike Gorski
(1 rep)
Jun 24, 2015, 02:40 PM
• Last activity: Nov 20, 2018, 03:04 PM
Showing page 1 of 3 total questions