Announcement

Collapse
No announcement yet.

Observation regarding Row Size too Large in MySQL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Observation regarding Row Size too Large in MySQL

    I deleted this post, because it came out to be inadequate
    Last edited by shalmaxb; 10-27-2024, 08:26 PM.

  • #2
    I highly do not recommend. mb3 is obsolete and will be removed in the future. And you will have some characters not displayed or even SQL query fails..

    Comment


    • #3
      But how can I get rid of Row Size error, if with mb4 it does not work, when working with mb3? I read about a format called Barracuda, but did not find any hint to use it, if to use it at all.

      Comment


      • #4
        1. Reduce lengths for enums and varchars.
        2. Split data into multiple entities.

        Or consider PostgreSQL.

        For everybody who reads it. Never use MB3. You will have problems with it. We do not support it.

        Comment


        • shalmaxb
          shalmaxb commented
          Editing a comment
          I deleted the first post. Thank you for advice.
      Working...
      X