dolthub / dolthub-issues

Issues for dolthub.com
https://dolthub.com
4 stars 1 forks source link

Increase Query Length Limit for DoltHub Write API #502

Closed jon-mellon closed 11 months ago

jon-mellon commented 11 months ago

I would like to be able to submit data to a DoltHub instance using the write API. However, some fields in my database can take large values (e.g. VARCHAR fields). The current write API gives 403 errors because even writing a single row exceeds the headers length limit.

An improvement would be to offer a write API where the query is passed in the body field which is not subject to those limits or otherwise support larger queries.