Quantcast
Channel: MySQL Forums - Database Administration & Monitoring
Viewing all articles
Browse latest Browse all 812

Data Load (no replies)

$
0
0
Hi

Please excuse me if this is not the correact forum group for this question.

I have a blank databse and I am trying to load approx 10 million records into it. The data is in the format:
<Name>:<Value>~<Name>:<Value>~....<Name>:<Value>

The Name refers to the Column Name that the Value is to be inserted. Each Name/Value pair is separated by a "~" character. There is not a stipulated order that the Name/Value pairs will appear in. The data is organised such that all the data for one record exists on one line.

This is a "one off" load (however I would not be supprised if this "one off" load is repeated each month.

Is there any tools to assist me in this data load or will I have to write my own tool to perform this.

Thanks in advance for any assistance

Viewing all articles
Browse latest Browse all 812

Trending Articles