-
Notifications
You must be signed in to change notification settings - Fork 467
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
Conversation
releases/v1.1-beta.20170907.md
Outdated
|
||
### 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) |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
324ffda
to
68f2939
Compare
See cockroachdb/cockroach#18180