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

Release notes for beta-20170907 #1880

Merged
merged 10 commits into from
Sep 7, 2017
Merged

Release notes for beta-20170907 #1880

merged 10 commits into from
Sep 7, 2017

Conversation

bdarnell
Copy link
Contributor

@bdarnell bdarnell commented Sep 6, 2017

@cockroach-teamcity
Copy link
Member

This change is Reviewable


### SQL Language Changes

- The new [`IMPORT TABLE`](../v1.1/import-table.html) statement provides a fast way to import an entire table's data into CockroachDB by loading CSV files in a distributed fashion. Although this feature uses [CCL-licensed code](https://www.cockroachlabs.com/cockroachdb-community-license/), and is therefore available only in builds that include CCL-licensed code, using it is free and does not require an enterprise license. [#17539](https://github.com/cockroachdb/cockroach/pull/17539)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current CSV importing has the distributed implementation disabled by default. It may make sense to leave the last part of that sentence out.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will it be enabled for 1.1? Is a setting available for people to opt-in? Aside from "in a distributed fashion", is the rest of this accurate?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't know if it will be enabled for 1.1. That will depend on the testing we will do to see if/how it scales to larger clusters. Currently it's panic'ing with sf-100 on 4 nodes. It is available for opt in as an option in the sql statement. Yes, the rest is accurate.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@bdarnell bdarnell merged commit 732225a into master Sep 7, 2017
@bdarnell bdarnell deleted the beta-20170907 branch September 7, 2017 21:43
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.

4 participants