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.Dismiss alert
When you render too many charts on one page, the database will quit with a
The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size.
We have added more than 15 of them on one page (using a form to decide what to display).
Even with a disabled frontend cache, your code is extremely fast. 😄
Tobi
The text was updated successfully, but these errors were encountered:
thanks for the information. I've added a new option to the extension configuration to disable the caching easily. See commit aa400c9 which is also included in released version 1.0.3
Maybe that option will be dropped on the way to version 2 in case of good performance tests :)
Hi Thorsten.
When you render too many charts on one page, the database will quit with a
The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size.
We have added more than 15 of them on one page (using a form to decide what to display).
Even with a disabled frontend cache, your code is extremely fast. 😄
Tobi
The text was updated successfully, but these errors were encountered: