-
Notifications
You must be signed in to change notification settings - Fork 944
Add columnstore option to CREATE TABLE WITH #8178
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
Conversation
@erimatnor, @fabriziomello: please review this pull request.
|
95ee4f4
to
79c83d6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8178 +/- ##
==========================================
+ Coverage 82.32% 82.39% +0.07%
==========================================
Files 256 256
Lines 47931 47906 -25
Branches 12077 12073 -4
==========================================
+ Hits 39457 39473 +16
- Misses 3636 3651 +15
+ Partials 4838 4782 -56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Can we make it automatically default to "off" when the user is using Apache? It's kind of weird to make them manually specify they don't need compression again and again, after they have already chosen the version that doesn't support it. |
This is intential, the outcome of a command should not be affected by the current license, that would just lead to confusion. |
Do we expect license changes to happen often? I was under the impression that people just chose it once per installation and generally stick with it. In this case, having the default value for the command harmonized with the license choice might be not so bad. |
People are sometimes on wrong license either because of using wrong package or bugs. |
79c83d6
to
acd18ab
Compare
Allow opting out of columnstore when creating hypertable with CREATE TABLE WITH. To prevent having the defaults for CREATE TABLE WITH be different between licenses this is a required option when using apache license otherwise a license error will be thrown.
acd18ab
to
8181d1a
Compare
Allow opting out of columnstore when creating hypertable with
CREATE TABLE WITH. To prevent having the defaults for CREATE TABLE
WITH be different between licenses this is a required option when
using apache license otherwise a license error will be thrown.