If any trouble cleaning up Pandora FMS’ database, edit pandora_db.pl
and increase value.
$BIG_OPERATION_STEP
(to 1000-10000, for example) and decrease
$SMALL_OPERATION_STEP
to 100-200.
$BIG_OPERATION_STEP
is the number of blocks that a time interval is split into. A bigger value means bigger blocks, which is faster but heavier on the database.
$SMALL_OPERATION_STEP
is the number of rows that are processed in a single query. A smaller value means lighter queries.