Hebilicious
06/03/2019, 3:26 PMtype Area {
...
name: String! @unique
areaType: AreaType!
geometry: Json
...
}
It works fine, except for some of the entries where I get this error message : Error: Value for field geometry is too long.
The thing is the JSON are not that large, they’re between 10kb and 100kb.
The whole dataset has roughly 10000 entries, and a size of 515mb. The maximum size for a column entry should be around 1GB according to the documentation.
Has anyone encountered a similar situation?
Is there any way to increase that limit ?Colin
06/03/2019, 7:30 PMHebilicious
06/04/2019, 4:20 PM