GeoPolygon size limitation

Hello,

The default size for a GeoPolygon field is varchar 4000.
I need to store at least 20000 characters worth of WKT Polygon coordinates, but more would be better.
Is it posible?

Edit: I have enlarged the field to varchar 40k and it seems to work.
But is safe? Is there some method that expects a maximum of 4k?

Kind regards,
Mladen

Hi, @mbucan

Yes, it’s absolutely fine to enlarge the polygon column size manually if you have such need.

Regards,
Gleb

1 Like