-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Labels
No labels