Sending blob #1906
-
Hi everyone, I have been clueless on how to solve a problem i got trying to send blobs. When I try to send (using POST on the table where I store the blob) my blob, I get a 502 error. What can I do here to send my blob? Any help appreciated Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @Aymeric-Tremoulet,
Hm, this issue might be related to #1461, which was already fixed. Could you try upgrading to the latest v8.0.0?
We have a test for sending a 50M json and PostgREST consumes 171M in this case. Are you specifying columns when sending the blob? This should be more efficient for sending big payloads. |
Beta Was this translation helpful? Give feedback.
Hey @Aymeric-Tremoulet,
Hm, this issue might be related to #1461, which was already fixed. Could you try upgrading to the latest v8.0.0?
We have a test for sending a 50M json and PostgREST consumes 171M in this case. Are you specifying columns when sending the blob? This should be more efficient for sending big payloads.