-
Notifications
You must be signed in to change notification settings - Fork 466
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
beta-20160629 release notes #429
Conversation
### New Features | ||
|
||
- A prototype implementation of `JOIN` (non-optimized) is now available. [#7202](https://github.com/cockroachdb/cockroach/pull/7202) | ||
- [Column Families](https://github.com/cockroachdb/cockroach/blob/master/docs/RFCS/sql_column_families.md) are a new, more efficient key-value representation of SQL tables. The [FAMILY](column-families.html) syntax extension allows users to tune column families, when necessary. [#7466](https://github.com/cockroachdb/cockroach/pull/7466), [#7408](https://github.com/cockroachdb/cockroach/pull/7408) |
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.
No data migration is necessary: the previous format corresponds to a separate column family for each column in the table.
LGTM |
@@ -126,8 +129,5 @@ entries: | |||
- title: beta-20160602 | |||
url: /beta-20160602.html | |||
|
|||
- title: beta-20160526 |
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.
what's this about?
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.
ah, it moved. disregard!
Review status: 0 of 5 files reviewed at latest revision, 1 unresolved discussion. beta-20160629.md, line 12 [r1] (raw file):
|
This change is