Hi, We have an BI tool to connect starrocks via My...
# questions-and-troubleshooting
j
Hi, We have an BI tool to connect starrocks via MySQL connector and we are facing many OOM issue because the connector driver considers column size during memory allocation. Indeed we create many views and mat views from our s3 deltalake and starrocks is creating varchar(1073741824) type for any string/text fields for the views and mat views. How to fix this? We are using a hive catalog and a glue catalog for testing on s3 for deltalake file format. Thank you