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

sql: remove experimental setting for virtual columns #10101

Closed
jseldess opened this issue Mar 23, 2021 · 0 comments · Fixed by #10326
Closed

sql: remove experimental setting for virtual columns #10101

jseldess opened this issue Mar 23, 2021 · 0 comments · Fixed by #10326
Assignees
Labels
C-product-change P-1 High priority; must be done this release
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#60748

From release notes:

CockroachDB now supports VIRTUAL computed columns (as opposed to STORED). These are computed columns that are not stored in the primary index and are recomputed as necessary. [#60748][#60748] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 21.1 milestone Mar 23, 2021
@jseldess jseldess added the A-sql label Mar 23, 2021
@ericharmeling ericharmeling added the P-1 High priority; must be done this release label Apr 1, 2021
ianjevans pushed a commit that referenced this issue Apr 21, 2021
* Fixes #10101, support for virtual computed columns.

* Rewording the description to make it clearer.

* Updating column qualification diagram.

* Emphasizing virtual computed columns more in the computed column topic.

* Radu's feedback.

* Eric's review comments.

* Fix broken anchor link.

Co-authored-by: YZ Chin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-product-change P-1 High priority; must be done this release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants