alesapin
|
541f85b58a
|
Fix links in docs
|
2019-09-13 17:09:11 +03:00 |
|
Vladimir Chebotarev
|
4406ad1061
|
Tests fix.
|
2019-09-13 13:53:17 +00:00 |
|
Ivan Lezhankin
|
dc49303baf
|
Use existing alias as external table name
|
2019-09-13 16:25:24 +03:00 |
|
alesapin
|
ba8c11a026
|
Merge pull request #6489 from yandex/ObjatieGroba-feature_multiple_disks
Add multiple disk support to MergeTree storage engine.
|
2019-09-13 16:22:41 +03:00 |
|
Vladimir Chebotarev
|
2cddcebc31
|
Moved server to clickhouse instance in test.
|
2019-09-13 13:17:58 +00:00 |
|
alesapin
|
e95223aa07
|
Better docs
|
2019-09-13 16:15:19 +03:00 |
|
alesapin
|
ad8aac896e
|
Update docs/ru/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
|
2019-09-13 14:55:18 +03:00 |
|
Alexander Kuzmenkov
|
f4da0399c0
|
Some MemorySanitizer fixes.
|
2019-09-13 14:49:29 +03:00 |
|
Ivan Lezhankin
|
a3944624a0
|
Add test
|
2019-09-13 14:10:41 +03:00 |
|
alesapin
|
bb7d7336fe
|
Remove strange comments
|
2019-09-13 13:59:40 +03:00 |
|
alesapin
|
02cff38fef
|
Merge with master
|
2019-09-13 13:58:23 +03:00 |
|
alesapin
|
47c0b124d2
|
Better docs
|
2019-09-13 13:44:10 +03:00 |
|
Vladimir Chebotarev
|
b324261285
|
Minor test fix.
|
2019-09-13 10:18:09 +00:00 |
|
Vladimir Chebotarev
|
a54b43cd01
|
Better test, minor fix.
|
2019-09-13 13:04:21 +03:00 |
|
Guillaume Tassery
|
fab3c43db5
|
Add documentation
|
2019-09-13 11:17:28 +02:00 |
|
Nikolai Kochetov
|
86bee0b8b5
|
Merge pull request #6684 from yandex/processors-2
Processors 2
|
2019-09-13 11:58:04 +03:00 |
|
Guillaume Tassery
|
214d089bb5
|
Cosmetic and remove documentation
|
2019-09-13 10:26:04 +02:00 |
|
Guillaume Tassery
|
bb088fbf65
|
Write dictionary permission on user instead of dictionary configuration
|
2019-09-13 10:22:34 +02:00 |
|
alexey-milovidov
|
12c26e6013
|
Merge pull request #6891 from yandex/low_cardinality_in_native_http
Low cardinality in native http
|
2019-09-13 09:01:08 +03:00 |
|
alexey-milovidov
|
ba40858094
|
Merge pull request #6928 from proller/fix27
CLICKHOUSE-4652 Another fix for АrrayEnumerateUniqRanked with empty arrays
|
2019-09-13 08:57:30 +03:00 |
|
alexey-milovidov
|
b31c5d15b6
|
Merge pull request #6929 from vitlibar/better-http-server-in-test_dictionaries_all_layouts_and_sources
Better simulation of HTTP server for integration test
|
2019-09-13 08:55:38 +03:00 |
|
Mikhail Filimonov
|
3f9d4a5d8e
|
performance test for lowcardinality array, showing significant performance degradation comparing to plain array
|
2019-09-12 22:46:31 +02:00 |
|
Vitaly Baranov
|
df372ba7b3
|
Better simulation of HTTP server used in the integration test test_dictionaries_all_layouts_and_sources
|
2019-09-12 23:11:25 +03:00 |
|
proller
|
0d6612d424
|
CLICKHOUSE-4652 Simpler
|
2019-09-12 22:52:24 +03:00 |
|
proller
|
938f1e1447
|
Merge remote-tracking branch 'upstream/master' into fix27
|
2019-09-12 22:39:30 +03:00 |
|
proller
|
8ce32897fa
|
CLICKHOUSE-4652 Another fix for АrrayEnumerateUniqRanked with empty arrays
|
2019-09-12 22:38:34 +03:00 |
|
chertus
|
bb5287841f
|
make things wrong 2
|
2019-09-12 21:06:25 +03:00 |
|
Nikolai Kochetov
|
2e61f17991
|
Disable processors by default.
|
2019-09-12 20:51:34 +03:00 |
|
alesapin
|
9d227b29aa
|
Add ru docs (first version)
|
2019-09-12 20:31:19 +03:00 |
|
Denis Zhuravlev
|
886efb1794
|
Doc change. Added description for disable_internal_dns_cache, dns_cache_update_period (#6926)
|
2019-09-12 19:58:19 +03:00 |
|
Nikolai Kochetov
|
eac45eaf3e
|
More priority to pinned tasks in PipelineExecutor.
|
2019-09-12 17:57:04 +03:00 |
|
Nikolai Kochetov
|
7a31d967d9
|
More priority to pinned tasks in PipelineExecutor.
|
2019-09-12 17:50:51 +03:00 |
|
Nikolai Kochetov
|
ec48361ef0
|
More priority to pinned tasks in PipelineExecutor.
|
2019-09-12 17:46:41 +03:00 |
|
Vladimir Chebotarev
|
1b715069fb
|
Merge fix.
|
2019-09-12 14:38:53 +00:00 |
|
BayoNet
|
2c3457dbfe
|
DOCAPI-7743: CREATE TABLE AS table_function() docs. (#6887)
* Typo fix.
* DOCAPI-7743: Update of docs around table functions.
* DOCAPI-7743: More changes
* DOCAPI-7743: more fixes.
* DOCAPI-7743: CREATE TABLE
* Update docs/en/query_language/table_functions/index.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7743: Fixes.
|
2019-09-12 17:14:19 +03:00 |
|
chertus
|
f7f2cface9
|
better nullability flags for JOINs
|
2019-09-12 17:09:05 +03:00 |
|
proller
|
e9756dbd8f
|
Merge remote-tracking branch 'upstream/master' into fix25
|
2019-09-12 17:08:22 +03:00 |
|
Nikolai Kochetov
|
1319168a3a
|
Merge branch 'master' into processors-2
|
2019-09-12 16:28:51 +03:00 |
|
Nikolai Kochetov
|
45982253cd
|
Merge pull request #6919 from yandex/add-test-from-pr-6862
Add test from #6862.
|
2019-09-12 16:24:58 +03:00 |
|
Nikolai Kochetov
|
9dea55c284
|
Do not pin sources for non MergeTree tables.
|
2019-09-12 16:23:24 +03:00 |
|
Nikolai Kochetov
|
1ff30b1621
|
Update PipelineExecutor.
|
2019-09-12 16:07:54 +03:00 |
|
chertus
|
441faba0e3
|
materializeBlockInplace function
|
2019-09-12 15:59:53 +03:00 |
|
chertus
|
61c940d5a9
|
better materialization logic in Join.cpp
|
2019-09-12 15:24:19 +03:00 |
|
Vladimir Chebotarev
|
599ff389f7
|
Merge fix.
|
2019-09-12 11:57:55 +00:00 |
|
Nikolai Kochetov
|
d7596e51b7
|
Removed convert_types_to_low_cardinality from NativeBlockInputStream.
|
2019-09-12 14:33:46 +03:00 |
|
Nikolai Kochetov
|
1b906bfeaf
|
Remove LFStack. Added ThreadsQueue as separate data structure.
|
2019-09-12 14:22:58 +03:00 |
|
Nikolai Kochetov
|
4ba0ed731f
|
Remove LFStack. Added ThreadsQueue as separate data structure.
|
2019-09-12 14:19:54 +03:00 |
|
Nikolai Kochetov
|
d0e84e630a
|
Remove LFStack. Added ThreadsQueue as separate data structure.
|
2019-09-12 14:13:34 +03:00 |
|
Nikolai Kochetov
|
7d93d70e94
|
Remove LFStack. Added ThreadsQueue as separate data structure.
|
2019-09-12 14:07:36 +03:00 |
|
Nikolai Kochetov
|
4115d79a30
|
Added test for LowCardinality conversions in Native over http.
|
2019-09-12 12:51:29 +03:00 |
|