Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You should be able to hit around 1000 fields before hitting the Innodb limit if they're all just text fields. Are you sure CBs table has its storage engine set to Innodb? You can check this within phpmyadmin after selecting _comprofiler and clicking the Operations tab. Beyond that you may have a configuration problem for Innodb. Specifically innodb_large_prefix needs to be configured. See the below for configuration recommendations.There are currently 248 comprofiler fields in the database, mainly text. That should be possible according to the content of the thread i guess.
Can I solve this? I'm going to end up with about 350 comprofiler fields.
NoFor example, is it possible to split the columns in the comprofiler table into two tables, ___comprofiler and ___comprofiler1. E.g. by manually editing the reference to the column in comprofiler_fields?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.