Description
Generation of replication fulldump is extremely slow on my OCPL develsite. Geocaches are written fast, but the logs are written at a speed of ~ 10.000/minute. This means it takes about 4 hours for the 2,5 Mio. Logs! And nearly blocks the VM during that time, because of high CPU load.
This is likely the same problem as #542. OKAPI runs select statemens with in (log_uuids …)
for 500 logs each. Database load is high during the log dump. Runs fast on the OCDE site.
This is harder to fix than the search method; and there are lots of those constructs in OKAPI code. Maybe there is some configuration switch for MariDB to fix it? There must be lots of applications out there with the same problem. Hard to imagine that they all must be rewritten for new MariaDB.
- OCDE develsite: mysql Ver 15.1 Distrib 5.5.44-MariaDB, for Linux (x86_64) using readline 5.1
- OCPL develsite: mysql Ver 14.14 Distrib 5.7.12, for Linux (i686) using EditLine wrapper