You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
i used piwik on website has large amount connection, about 20000 record in table log_visit each day. And i got error:
Uncaught exception: ‘Error during the archiving process: array ( 0 => array ( ’idarchive’ => ‘126’, ‘value’ => ‘18346’, ‘name’ => ‘nb_visits’, ‘timestamp’ => ‘1210266000’, ), )’
.
I configed my system:
buffer size=1G
max_connection=1500
How i can solve this problem
The text was updated successfully, but these errors were encountered:
> i used piwik on website has large amount connection, about 20000 record in table log_visit each day. And i got error:
>
> Uncaught exception: ‘Error during the archiving process: array ( 0 => array ( ’idarchive’ => ‘126’, ‘value’ => ‘18346’, ‘name’ => ‘nb_visits’, ‘timestamp’ => ‘1210266000’, ), )’
> .
> I configed my system:
> buffer size=1G
> max_connection=1500
> How i can solve this problem
I think you are using INNODB. if you change db type to myisam this problem will solve.
(In 497) – fix #5638: fixed problem when archiving failed to finish, but partly succeeded. Instead of throwing an exception, we now launch the archiving process again.
i used piwik on website has large amount connection, about 20000 record in table log_visit each day. And i got error:
Uncaught exception: ‘Error during the archiving process: array ( 0 => array ( ’idarchive’ => ‘126’, ‘value’ => ‘18346’, ‘name’ => ‘nb_visits’, ‘timestamp’ => ‘1210266000’, ), )’
.
I configed my system:
buffer size=1G
max_connection=1500
How i can solve this problem
The text was updated successfully, but these errors were encountered: