Importing wikipedia database dumb - kills navicat - anyone got any ideas? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T14:05:59Z http://stackoverflow.com/feeds/question/862613 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/862613/importing-wikipedia-database-dumb-kills-navicat-anyone-got-any-ideas 1 Importing wikipedia database dumb - kills navicat - anyone got any ideas? Ali 2009-05-14T10:26:38Z 2009-05-14T13:13:40Z <p>Ok guys I've downloaded the wikipedia xml dump and its a whopping 12 GB of data :\ for one table and I wanted to import it into mysql databse on my localhost - however its a humongous file 12GB and obviously navicats taking its sweet time in importing it or its more likely its hanged :(.</p> <p>Is there a way to include this dump or atleast partially at most you know bit by bit.</p> <p><hr /></p> <p>Let me correct that its 21 GB of data - not that it helps :\ - does any one have any idea of importing humongous files like this into MySQL database.</p> http://stackoverflow.com/questions/862613/importing-wikipedia-database-dumb-kills-navicat-anyone-got-any-ideas/862665#862665 1 Answer by PCBEEF for Importing wikipedia database dumb - kills navicat - anyone got any ideas? PCBEEF 2009-05-14T10:45:43Z 2009-05-14T10:45:43Z <p>Take a look into <a href="http://en.wikipedia.org/wiki/Simple%5FAPI%5Ffor%5FXML" rel="nofollow">Sax parser</a> it allows you to read in the corpus piece by piece rather than reading the whole 12gb into memory. I'm not too sure how you would interface it with mysql though.</p> http://stackoverflow.com/questions/862613/importing-wikipedia-database-dumb-kills-navicat-anyone-got-any-ideas/863264#863264 1 Answer by Ian for Importing wikipedia database dumb - kills navicat - anyone got any ideas? Ian 2009-05-14T13:13:40Z 2009-05-14T13:13:40Z <p>Use the command line instead, navicat is horrible for importing large files and will likely take 20x longer than using the CLI.</p>