Hey,
The issue youโre facing with the CSV file size being significantly larger than the original table is likely due to the serialization and formatting overhead when exporting the data. A good way to verify this would be to try exporting the same dataset using the Parquet format, which is more optimized for storage and performance.
You can also enable compression or export only the necessary columns to minimize the data volume being written
If you think this option is correct, please give it a ๐
๐