Skip to content

JSON output is truncated at 65,536 bytes #7

@jmealo

Description

@jmealo

I have an instance where a very large insert is truncated, I can't post the exact data, but it's a JSON structure and it is cut off at 65,536 bytes of JSON. I was able to reproduce with any large insert, so it shouldn't be hard to observe.

In other words, the output of decoding-json was truncated at 65,536 bytes, resulting in invalid JSON output from the plugin.

The data I was inserting just happened to be a large JSON blob into a JSONB column, however, I don't think that has anything to do with it being cut off at such a nice number.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions