I am working with a 20 gigabyte XML file that I would like to import into an SQL database (preferably MySQL, as this is what I know). It seems like this will be a common task, but after thinking a little bit about Google Googling, I couldn't figure out how to do it. What is the best way to do this?
I know that this ability is built into MySQL 6.0, but now this is not an option, because this is an alpha version of the development.
Also, if I need to do any scripting, I would prefer to use Python, because that is what I am most familiar with.
Thanks.
source
share