Ilia I

Results 10 comments of Ilia I

Thanks a lot! I'll try it out!

@brandonkelly I tried it out but got the same error when added new text fields (with varchar row type). Btw besides simple plain text fields, this matrix fields has tables,...

@brandonkelly answering your questions: "You updated existing Plain Text fields first right?" - Yes, sure. "Besides that, you could consider migrating your Table fields to Super Table" - This is...

@takobell Thank you for the suggestion. I changed row format to compressed and table accepted more rows, but then still got the same error. As far as I understand, even...

@brandonkelly @takobell `varchar` make things actually worth. It allocates 255*3B (in case of UTF8 and default column length of 255) comparing to 9 to 12B used by TEXT. https://dev.mysql.com/doc/refman/5.7/en/column-count-limit.html ```...

Btw can the same story happen with the `content` table in case of the big amount of regular fields?

## Further testing As I tested a bit more impact of changing column type for fields extending from `BaseOptionsField` abstract class and also `ROW_FORMAT` setting for the matrix content tables,...

Yeah, I see it now. So there is no solution besides the changing DB engine for us I guess or to somehow restructure matrix field?

@brandonkelly this plugin should perfectly serve our needs, great suggestion! Unfortunately, it's not ported to the Craft 3 yet...

Any chance this integration will be added to pocketbook?