Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 12:17 AM
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 👍
🙂