I'm working on trying to setup existing PostGIS code with CartoDB. I have created a Python script to take in data and chunk it if necessary, but the setup files include multi-line statements that don't chunk well. So I find myself submitting very large chunks.
The set of queries I'm trying to submit in the URL via POST is around 9000 bytes, which I get a 414 (too large) error.
Is there a better way to handle this?
أكثر...
The set of queries I'm trying to submit in the URL via POST is around 9000 bytes, which I get a 414 (too large) error.
Is there a better way to handle this?
أكثر...