Hello.
We have parquet dataset source files with float/double data types inside. Inside Dremio we create VDS with decimal(,) cast on them for convinience.
What i noticed is that casting to decimal significantly increases both reflection footprint and query job output bytes size.
How much memory does decimal take? i tried to play with precision - but it seems still same ammount of memory is taken even with low precision and scale.
Now it takes almost x2 more bytes than double and x4 than float (same query with 3 types(decimal → double → float) 157->79->40 bytes outputted.