Is it okay to store polygon coordinates in a String attribute? Is that a good approach? Is there any limit on the size of the String Attribute?
TL;DR
Store polygon coordinates as an array of points in a numerical attribute for better performance and flexibility. Avoid using a string attribute to store polygon coordinates. There may be limits on the size of the string attribute, leading to potential data loss or truncation.