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/parser: add missing telemetry for unimplemented features #31635

Merged
merged 4 commits into from
Oct 21, 2018

Conversation

knz
Copy link
Contributor

@knz knz commented Oct 19, 2018

Requested by @awoods187.

I feel really like a doofus for forgetting CREATE SCHEMA the first time around given that we have a lot of focus on it...

Release note (sql change): Attempts to use `CREATE/DROP SCHEMA` will
now be collected as telemetry if statistics reporting is enabled, to
gauge demand for user-defined schemas.
@knz knz requested review from dt and BramGruneir October 19, 2018 15:53
@knz knz requested a review from a team October 19, 2018 15:53
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Release note (sql change): Attempts to use `DEFERRABLE` and other
constraint deferrability options will now be collected as telemetry if
statistics reporting is enabled, to gauge demand for tuning time of
constraint checking.
Release note (sql change): Attempts to use `CREATE TABLE (LIKE...)`
will now be collected as telemetry if statistics reporting is enabled,
to gauge demand for this feature.
Release note (sql change): Attempts to use `CREATE TABLE ... WITH`
will now be collected as telemetry if statistics reporting is enabled,
to gauge demand for these features.
Copy link
Member

@BramGruneir BramGruneir left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 2 of 2 files at r1, 3 of 3 files at r2, 2 of 2 files at r3, 3 of 3 files at r4.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (and 1 stale)

@knz
Copy link
Contributor Author

knz commented Oct 21, 2018

thanks

bors r+

craig bot pushed a commit that referenced this pull request Oct 21, 2018
31635: sql/parser: add missing telemetry for unimplemented features r=knz a=knz

Requested by @awoods187.

I feel really like a doofus for forgetting CREATE SCHEMA the first time around given that we have a lot of focus on it...



Co-authored-by: Raphael 'kena' Poss <knz@cockroachlabs.com>
@craig
Copy link
Contributor

craig bot commented Oct 21, 2018

Build succeeded

@craig craig bot merged commit df3712a into cockroachdb:master Oct 21, 2018
@knz knz deleted the 20181019-metrics-more branch October 21, 2018 09:07
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