Skip to content

Commit 7d9ab1d

Browse files
authored
gzip_export.md
SQl Editor - query result export to gzip
1 parent aa2fb9a commit 7d9ab1d

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. Or use Keboola Storage to access the full dataset.
140142

141143
### Viewing Query Details
142144

0 commit comments

Comments
 (0)