I am doing load data from CSV-file in my master database.
My CSV-file size is 160 GB.
My questions:
- Will Load data load in the slave parallely or not?
- If disk gets full in master, will the entire process roll back or partially fail?
Please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
in my personal experience when you use the import function it will fire a query for each of your line in csv… that means if you found problem on any of the lines or disks get full it will not be roll backed… so it is partially fail
& one doubt is also there that it will allow your csv to execute or not because of the size…