•  
      request #47643 Text fields doesn't support more than 64kb of content
    Infos
    #47643
    Manuel Vacelet (vaceletm)
    2026-05-20 17:12
    2026-05-19 15:39
    49384
    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.

    Arbitrary decision to block text and comments to 256KB of data, that's should be fine. It covers the reported issue (133KB java stack trace) and leave room for more fat inputs while keeping to something manageable for rendering.

    Jira import
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Manuel Vacelet (vaceletm)
    Closed
    2026-05-20
    Attachments
    Empty
    References

    Follow-ups

    User avatar

    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    • Status changed from Verified to Under review
    • Assigned to changed from None to Manuel Vacelet (vaceletm)