Skip to content

Commit c727d33

Browse files
authored
Merge pull request #900 from keboola/gzip_export-patch-1
gzip_export.md
2 parents bfd0ed5 + b60f2db commit c727d33

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

workspace/sql-editor/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,11 @@ You can add multiple code blocks using the **+ New Query** button below the exis
134134

135135
### Export Query result
136136

137-
To download your query results as a CSV-formatted file, select Export Query result.
137+
To download your query results as a CSV-formatted file, select Export Query result and choose your preffered format:
138+
* CSV — Standard comma-separated values
139+
* CSV (gzip) — Compressed CSV for large exports
138140

139-
**Download limit:** Exported CSV files are limited to **100 MB**. If your query result exceeds this size, consider adding a `LIMIT` clause to reduce the row count, filtering the data before export, or using Keboola Storage to access the full dataset.
141+
**Download limit:** Exported files are limited to **100 MB**. If your query result exceeds this size, consider adding a `LIMIT` clause to reduce the row count, filtering the data before export, or using Keboola Storage to access the full dataset.
140142

141143
### Viewing Query Details
142144

0 commit comments

Comments
 (0)