•  
      request #47643 Text fields doesn't support more than 64kb of content
    Infos
    #47643
    Manuel Vacelet (vaceletm)
    2026-05-19 15:57
    2026-05-19 15:39
    49370
    Details
    Text fields doesn't support more than 64kb of content

    As text values are stored as TEXT it's limited to 64kb of data per text field (incl. comment). That's too short for some use case like some java stacktraces.

    Moving storage to MEDIUMTEXT would give us 16MB of data which should be enough for Java stacktrace. However, rendering pages with 16MB of data might be problem also. We should probably define a limit between 64kb and 16MB.

    Jira import
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Verified
    Empty
    Attachments
    Empty
    References
    Referenced by request #47643

    Follow-ups