Closed KrzysztofMadejski closed 8 years ago
MySQLExporter
spits out all data into text files then loads them into the database. This loading operation is performed when the engine finishes processing all notice in the given scope.
INSERT
method would be much more slower; LOAD DATA
(which is used now) would be okay with smaller chunks I guess.)Ok, thank you for the info!
Yesterday I've left engine to process Polish notices. Today it was still running. Not a big surprise as there are a lot of them. I've checked the website and to my surprise the new notices are not included in the results. I've stopped the enging and run post-processing script hoping some aggregation may need to be run - still result is the same, only 60 pages on http://pl.redflags.transparencee.org/
I would expect that processed notices are inserted into the database from time to time? Isn't this the case? Do I as a an admin need to process it in small chunks?
Can mySQLExporter be configured to do it in batches?