Vitaly Baranov
|
90602b869a
|
Make SettingsChanges a class.
|
2020-07-31 19:11:27 +03:00 |
|
alesapin
|
7a806eb90f
|
Merge pull request #13017 from ClickHouse/freeze_partition_with_name
Alter table freeze with verbose output
|
2020-07-29 18:42:48 +03:00 |
|
alesapin
|
c75830e878
|
Alter table freeze with verbose output
|
2020-07-28 18:10:36 +03:00 |
|
alesapin
|
1bece3de0a
|
Remove strange code and test
|
2020-07-28 12:36:08 +03:00 |
|
Artem Zuikov
|
2afd123eda
|
Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645)
|
2020-07-22 20:13:05 +03:00 |
|
alesapin
|
be106b662e
|
Comment and style
|
2020-07-21 18:19:41 +03:00 |
|
alesapin
|
daaa5cc382
|
Add setting allow_non_metadata_alters
|
2020-07-21 17:05:30 +03:00 |
|
alesapin
|
379a5a750a
|
Fix error message about granularity
|
2020-07-21 14:10:23 +03:00 |
|
alesapin
|
b3ec3b1ed1
|
Fix loading parts without checksums
|
2020-07-16 13:54:49 +03:00 |
|
alesapin
|
9e41fbca55
|
Remove check for drop detached partition
|
2020-07-14 16:56:30 +03:00 |
|
alesapin
|
014bb070ec
|
Fix tests
|
2020-07-14 11:19:39 +03:00 |
|
alesapin
|
1f576ee039
|
Some intermediate solution
|
2020-07-13 20:27:52 +03:00 |
|
alesapin
|
4a53264a86
|
Remove redundant and duplicated code
|
2020-07-13 19:19:08 +03:00 |
|
Amos Bird
|
cac5a89169
|
Allow nullable key in MergeTree
|
2020-07-12 22:21:51 +08:00 |
|
alesapin
|
84f8bf1e14
|
Merge pull request #10697 from CurtizJ/polymorphic-parts
Polymorphic parts (in-memory format)
|
2020-07-08 13:25:45 +03:00 |
|
Anton Popov
|
416d9648c2
|
remove questionable functionality
|
2020-07-07 12:58:14 +03:00 |
|
Nikita Mikhaylov
|
2b539e6ace
|
fix style
|
2020-07-06 20:26:15 +03:00 |
|
Nikita Mikhaylov
|
d31ed58f01
|
done
|
2020-07-06 17:33:31 +03:00 |
|
Anton Popov
|
4422df2e37
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-07-02 20:18:21 +03:00 |
|
Anton Popov
|
d45697a1b5
|
in-memory-parts: lazy creation of WAL
|
2020-06-30 21:47:12 +03:00 |
|
Vladimir Chebotarev
|
bb8da71eff
|
Moves task shall be started if new storage policy needs them.
|
2020-06-30 15:36:44 +03:00 |
|
Anton Popov
|
53e955c6dd
|
several fixes
|
2020-06-29 23:36:18 +03:00 |
|
Alexey Milovidov
|
1f9c27de34
|
Fix clang-tidy
|
2020-06-28 22:39:31 +03:00 |
|
Alexey Milovidov
|
b6e31f0a5e
|
Only allow Enum extension within the same width
|
2020-06-28 22:39:31 +03:00 |
|
Alexey Milovidov
|
e4d8cc2b44
|
Slightly more safe
|
2020-06-28 22:39:31 +03:00 |
|
Alexey Milovidov
|
97ad23b905
|
Allow to ALTER partition key in some cases
|
2020-06-28 22:39:31 +03:00 |
|
Alexey Milovidov
|
678d127503
|
Whitespace
|
2020-06-28 22:39:31 +03:00 |
|
Alexey Milovidov
|
c4d5ca485e
|
Remove the usage of obsolete setting
|
2020-06-28 22:39:31 +03:00 |
|
alesapin
|
9710a67704
|
Fix style check
|
2020-06-26 15:27:12 +03:00 |
|
alesapin
|
6f1824f0ea
|
Correct merge with master
|
2020-06-26 14:30:23 +03:00 |
|
alesapin
|
e9c47dc89c
|
Merge branch 'master' into CurtizJ-polymorphic-parts
|
2020-06-26 14:27:19 +03:00 |
|
Anton Popov
|
78d28be8cf
|
check in-memory parts, comments and style-fixes
|
2020-06-22 21:57:50 +03:00 |
|
alesapin
|
a2e7e9f232
|
Remove unused constructor and rename method
|
2020-06-19 18:21:48 +03:00 |
|
alesapin
|
3c47faa9da
|
Move partition key initialization into registerMergeTree
|
2020-06-19 18:14:08 +03:00 |
|
alesapin
|
c666763cc0
|
Remove unused method better
|
2020-06-18 20:09:06 +03:00 |
|
alesapin
|
e888dafdc2
|
Remove unused method
|
2020-06-18 20:03:42 +03:00 |
|
alesapin
|
d79982f497
|
Better locks in Storages
|
2020-06-18 19:10:47 +03:00 |
|
alesapin
|
eaaef83742
|
Settings changes in StorageInMemoryMetadata
|
2020-06-17 16:46:01 +03:00 |
|
alesapin
|
ed8f3b2fc4
|
TTL in storage in memory metadata
|
2020-06-17 16:39:26 +03:00 |
|
alesapin
|
1afdebeebd
|
Primary key in storage metadata
|
2020-06-17 15:39:20 +03:00 |
|
alesapin
|
ba04d02f1e
|
Compilable sorting key in metadata
|
2020-06-17 14:05:11 +03:00 |
|
alesapin
|
ab61abccc1
|
Partition key in StorageInMemoryMetadata
|
2020-06-17 13:34:23 +03:00 |
|
alesapin
|
62f2c17a66
|
Secondary indices in StorageInMemoryMetadata
|
2020-06-17 12:38:47 +03:00 |
|
Anton Popov
|
b19d48a11c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-06-16 06:37:55 +03:00 |
|
Anton Popov
|
a3ac224ae4
|
in-memory parts: sync insert to replicated
|
2020-06-15 22:57:12 +03:00 |
|
alesapin
|
b47a7327fd
|
All set methods in metadata
|
2020-06-15 21:08:05 +03:00 |
|
alesapin
|
33a74a3ea0
|
TTL methods in StorageInMemoryMetadata
|
2020-06-15 20:50:53 +03:00 |
|
alesapin
|
e667eb57b2
|
Working set*Keys methods
|
2020-06-15 20:24:49 +03:00 |
|
alesapin
|
5fc41c7ecc
|
Move set*Key methods to StorageInMemoryMetadata
|
2020-06-15 20:17:06 +03:00 |
|
alesapin
|
aa30649ce5
|
Working setColumns, setConstraints, setIndices
|
2020-06-15 20:10:14 +03:00 |
|