mediawiki - is there a faster alternative to mwdumper to import xmls? -
I'm exploring a faster option to use the mwdumper to import the MediaWiki XML dump. I used wget for downloading XML one by one for big articles and I need a few hundreds to import, importing one time at a time is taking too long
Command java -jar mwdumper.jar --format = sql: 1.5 page 1.xml | Mysql -uUserNameDDBaseName does not work on Windows Command Line.
 I have compared several available options  maintenance / importDump.php  for me It has been a winner:   
 maintenance / editing.php .   20.23 revs / sec     
 
  
Comments
Post a Comment