I'm importing WKT data and have quite large polygons. I test importing a single one and get this error:
SAP DBTech JDBC: [498]: Memory for a record exceeds the limit: : Please check the specified record delimiter ('
') is correct
I'm importing a MULTIPOLYGON into a ST_GEOMETRY(4326).
The ctl file specifies '\n' as the record delimiter, so I'm not sure what the second half of the error is referencing. What is the size limit of a record and can it be changed? I'm on the developer edition of HANA.