We currently use the import function(use import_iis.py) in piwik 1.9.2 which seems insert data record one by one, the efficiency is not good. For 100mb log file, it will spend us 1 hour. Is there a way to analyze the log file and save the data into db directly(not by calling php server page and not by inserting one by one)? or is there any other way we can use to improve the efficiency of importing data?
↧