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

beta-20160629 release notes #429

Merged
merged 1 commit into from
Jun 30, 2016
Merged

beta-20160629 release notes #429

merged 1 commit into from
Jun 30, 2016

Conversation

jseldess
Copy link
Contributor

@jseldess jseldess commented Jun 30, 2016

This change is Reviewable

### 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)
Copy link
Member

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.

@tbg
Copy link
Member

tbg commented Jun 30, 2016

LGTM

@@ -126,8 +129,5 @@ entries:
- title: beta-20160602
url: /beta-20160602.html

- title: beta-20160526
Copy link
Contributor

Choose a reason for hiding this comment

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

what's this about?

Copy link
Contributor

Choose a reason for hiding this comment

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

ah, it moved. disregard!

@jseldess
Copy link
Contributor Author

Review status: 0 of 5 files reviewed at latest revision, 1 unresolved discussion.


beta-20160629.md, line 12 [r1] (raw file):

Previously, tschottdorf (Tobias Schottdorf) wrote…

No data migration is necessary: the previous format corresponds to a separate column family for each column in the table.

Done.

Comments from Reviewable

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.

3 participants