-
Notifications
You must be signed in to change notification settings - Fork 468
Remove all occurrences of "SETTINGS index_granularity = 8192" from documentation #4964
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
Changes from 4 commits
115243e
df13b81
9d7b3f0
07e031e
2b12017
b65ff80
88d1d74
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -591,7 +591,7 @@ CREATE TABLE db.table_local on cluster cluster ( | |||||
| ) | ||||||
| ENGINE = ReplacingMergeTree | ||||||
| ORDER BY (id, created_at) | ||||||
| SETTINGS index_granularity = 8192; | ||||||
| SETTINGS; | ||||||
|
|
||||||
| CREATE TABLE db.table on cluster cluster ( | ||||||
| `id` UInt64, | ||||||
|
|
@@ -645,7 +645,7 @@ CREATE TABLE db.table_local on cluster cluster ( | |||||
| `item` String | ||||||
| ) | ||||||
| ENGINE = MergeTree | ||||||
| SETTINGS index_granularity = 8192; | ||||||
| SETTINGS; | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| CREATE TABLE db.table on cluster cluster ( | ||||||
| `id` UInt64, | ||||||
|
|
||||||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -594,7 +594,7 @@ CREATE TABLE db.table_local on cluster cluster ( | |||||
| ) | ||||||
| ENGINE = ReplacingMergeTree | ||||||
| ORDER BY (id, created_at) | ||||||
| SETTINGS index_granularity = 8192; | ||||||
| SETTINGS; | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| CREATE TABLE db.table on cluster cluster ( | ||||||
| `id` UInt64, | ||||||
|
|
@@ -650,7 +650,7 @@ CREATE TABLE db.table_local on cluster cluster ( | |||||
| `item` String | ||||||
| ) | ||||||
| ENGINE = MergeTree | ||||||
| SETTINGS index_granularity = 8192; | ||||||
| SETTINGS; | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| CREATE TABLE db.table on cluster cluster ( | ||||||
| `id` UInt64, | ||||||
|
|
||||||
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.