StarRocks supports a bunch of spatial functions an...
# questions-and-troubleshooting
t
StarRocks supports a bunch of spatial functions and operations, but I don't see any way to store
GEOMETRY
data in a starrocks table. Is it just missing from documentation, or is it not yet supported?
p
We were also very interested in Geo using Iceberg but it looks like StarRocks has not been upgraded to Iceberg 1.9 yet so no geo types there either.
t
I'm currently just using starrocks tables
👍 2
I'm able to use ST_* functions to create geometric types, but I'm not actually able to store them it seems. So might either need to preprocess them into WKT format or even just ARRAYs and then construct them into GEOMETRY at query time.
1