Hi,
when I read a PostgreSQL table containing a custom datatype, it gets translated to VARCHAR(2147483647).
I would like to understand how Databricks and Delta handle this scenario. Specifically, does Delta store all the bytes for the maximum length of 2147483647 characters, or does it only store the bytes for the actual characters used?
For example, if I use only 1000 characters instead of the full capacity, does Delta still allocate storage for the entire 2147483647 characters?
Thank you and best regards