Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

importccl support option to compress output files using gzip #46405

Closed
wants to merge 1 commit into from

Conversation

C0rWin
Copy link
Contributor

@C0rWin C0rWin commented Mar 21, 2020

This commit extends EXPORT functionality by enabling compression of the
exported stream as suggested in #45579. Currently only gzip is supported
and the export clause to use compression looks as following:

export into csv 's3://export.csv' with compression = gzip from select * from foo;

Signed-off-by: Artem Barger [email protected]

Release note (sql change): support option to compress output files using
gzip

Release justification: none

This commit extends EXPORT functionality by enabling compression of the
exported stream as suggested in cockroachdb#45579. Currently only gzip is supported
and the export clause to use compression looks as following:

```
export into csv 's3://export.csv' with compression = gzip from select * from foo;
```

Signed-off-by: Artem Barger <[email protected]>

Release note (sql change): support option to compress output files using
gzip

Release justification: none
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@C0rWin
Copy link
Contributor Author

C0rWin commented Mar 21, 2020

Trying to close and re-open

@C0rWin C0rWin closed this Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants