alexey-milovidov
204b476fde
Merge branch 'master' into thinlto
2020-05-01 23:00:57 +03:00
alexey-milovidov
1f3c2ce243
Fix data rott @blinkov
2020-05-01 22:34:32 +03:00
Matwey V. Kornilov
d7627fa4fb
Fix capnproto version check for capnp::UnalignedFlatArrayMessageReader
...
capnp::UnalignedFlatArrayMessageReader was introduced in
3aa2b2aa02
(which is a part of 0.7.0 release). Unfortunately,
capnp::UnalignedFlatArrayMessageReader was removed in
3f0fee61c6
(which is a part of 0.8.0 release)
So change CAPNP_VERSION check accordingly.
2020-05-01 22:32:06 +03:00
Alexander Kazakov
e9baaa439b
Implementation of new system metrics provider (Procfs) ( #10544 )
...
* New metrics provider (Procfs) + Refactored TasksStatsCounters
* Trivial statless test that ProcFS is provided
* Trivial perf test for ProcfsMetricsProvider
Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
2020-05-01 21:47:41 +03:00
alexey-milovidov
404452bad3
Update MergeTreeIndices.cpp
2020-05-01 21:40:56 +03:00
Alexey Milovidov
c15fe728fd
Lower memory usage in tests #10277
2020-05-01 21:26:52 +03:00
alexey-milovidov
5594bd7042
Merge pull request #10615 from ClickHouse/llvm-binutils
...
Cherry-pick half of #10585
2020-05-01 20:40:06 +03:00
Avogar
3de0bca856
Remove double space
2020-05-01 19:50:18 +03:00
Avogar
9670e74885
Update makeContinuousMemoryFromCheckpointToPos in PeekableReadBuffer.
2020-05-01 19:42:15 +03:00
Avogar
697d5b07ce
Fix build and style errors. Update test.
2020-05-01 19:41:14 +03:00
alexey-milovidov
ab42691b77
Update CMakeLists.txt
2020-05-01 18:41:53 +03:00
Alexey Milovidov
2c01fa1845
Cherry-pick half of #10585
2020-05-01 18:39:50 +03:00
alexey-milovidov
f11148a77c
Trigger CI
2020-05-01 16:44:49 +03:00
alesapin
ed46b98dc4
Change port for internal http server in 00646 test
2020-05-01 16:43:18 +03:00
Alexey Milovidov
4933a6a974
Temporarily remove live view tests #10604 (waiting for fix)
2020-05-01 16:15:06 +03:00
Vasily Nemkov
86edceeb81
Comparison between DateTime64 and String values (just like for DateTime)
2020-05-01 15:52:18 +03:00
Vitaly Baranov
2528e72199
Merge pull request #10587 from vitlibar/database-with-dictionary-init-in-constructor
...
Move initialization of DatabaseWithDictionaries to constructor.
2020-05-01 14:08:53 +03:00
alesapin
4d8660f270
Remove obsolete comment
2020-05-01 13:05:37 +03:00
Azat Khuzhin
63d8ab8f03
Make createSelector() static (in storage) and const (in stream)
2020-05-01 11:31:05 +03:00
Alexander Kuzmenkov
f4aac4322c
Add performance test for sumMap(Tuple).
2020-05-01 10:48:45 +03:00
Alexander Kuzmenkov
2ac26bd3a5
Disable mremap under MemorySanitizer.
2020-05-01 10:38:05 +03:00
Azat Khuzhin
f22ba15b4a
Reduce copy-paste of DistributedBlockOutputStream::createSelector
...
This will make it less error prone.
2020-05-01 02:59:40 +03:00
Azat Khuzhin
cdd7013438
Drop superfluous "Skipping irrelevant shards" messages
...
Before this patch it printed 3 times:
- from StorageDistributed::getProcessingStageImpl()
- from StorageDistributed::read()
- from StorageDistributed::getProcessingStageImpl() (from StorageDistributed::read() -> getSampleBlock())
(But this should be optimized)
2020-05-01 02:56:13 +03:00
Azat Khuzhin
c648c300bf
Fix optimize_skip_unused_shards with LowCardinality
2020-05-01 02:39:58 +03:00
Azat Khuzhin
4cbe625567
Fix shard numbers output in logs (full cluster had been printed over optimized)
2020-05-01 02:13:07 +03:00
Alexander Tokmakov
9ca144cab9
drop access cache on DROP DNS CACHE
2020-05-01 01:29:47 +03:00
Avogar
6464a1a902
Add JSONAsStringRowInputFormat
2020-04-30 23:16:09 +03:00
alexey-milovidov
fc28416b81
Merge pull request #10596 from ClickHouse/llvm-tools-docker
...
Add LLVM tools to Docker images
2020-04-30 21:26:35 +03:00
Ivan Blinkov
d91c97d15d
[docs] replace underscores with hyphens ( #10606 )
...
* Replace underscores with hyphens
* remove temporary code
* fix style check
* fix collapse
2020-04-30 21:19:18 +03:00
Vitaly Baranov
dd34cd73e2
Move initialization of DatabaseWithDictionaries to constructor.
2020-04-30 20:22:20 +03:00
Ivan Blinkov
84883197d6
[docs] add hreflang links ( #10597 )
...
* Introduce hreflang links
* update po
* provide absolute urls in hreflang + add x-default link
2020-04-30 18:49:48 +03:00
Denis Glazachev
66adf60e1b
Proper handling of CMAKE_BUILD_TYPE vs CMAKE_BUILD_TYPE_UC
2020-04-30 18:41:22 +04:00
alexey-milovidov
c82de27668
Merge pull request #10599 from vzakaznikov/fix_timeout_in_01247_insert_into_watch_live_view_url
...
Increasing timeout when opening a client in tests/0_stateless/helpers/client.py
2020-04-30 17:01:43 +03:00
Vitaliy Zakaznikov
f2d8ac7ece
Increasing timeout when opening a client in tests/queries/0_stateless/helpers/client.py.
2020-04-30 09:46:36 -04:00
BayoNet
701fdc5d2d
DOCS-372: background_pool_size ( #10589 )
...
* background_pool_size setting documentation (DOCSUP-707) (#102 )
* background_pool_size setting documentation
* background_pool_size documentation: changes after review
* background_pool_size documentation: RU version
* CLICKHOUSEDOCS-372: Described background_pool_size.
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-372: Updated by comments.
Co-authored-by: otrazhenia <56156889+otrazhenia@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-04-30 16:18:48 +03:00
alexey-milovidov
89cbbe765f
Fixed bug with feedback email on the website ( #10595 )
...
* Fixed bug on website
* Style in CSS file
* Style in CSS file
2020-04-30 16:13:41 +03:00
alexey-milovidov
d1bae54dfe
Update CMakeLists.txt
2020-04-30 15:15:30 +03:00
Alexey Milovidov
ee81e5fef7
Add LLVM tools to Docker images
2020-04-30 15:10:32 +03:00
alesapin
15e8f37839
Merge pull request #10531 from CurtizJ/polymorphic-parts-2
...
Fix index corruption in merges with compact parts.
2020-04-30 12:15:25 +03:00
alesapin
8ce4f3510a
Merge pull request #10562 from azat/clickhouse-test-python2
...
Force clickhouse-test to use python2
2020-04-30 12:11:11 +03:00
Alexander Kuzmenkov
7f5b57c6c5
Merge pull request #10559 from ClickHouse/aku/summap-experiment
...
Merge pull request #10000 (sumMap for Tuple argument)
2020-04-30 11:56:04 +03:00
Alexander Kuzmenkov
5aadd628f1
performance comparison
2020-04-30 11:36:51 +03:00
Ivan Blinkov
e72a23065e
update jquery ( #10592 )
2020-04-30 11:32:08 +03:00
alesapin
5e2afad549
Merge pull request #10477 from ClickHouse/refactor_istorage
...
Remove getColumn and hasColumn from IStorage, better virtuals.
2020-04-30 10:42:52 +03:00
Alexander Kuzmenkov
18d4563b5c
Update performance_comparison.md
2020-04-30 10:28:14 +03:00
Alexander Kuzmenkov
5b30c84813
Update PVS Studio to an existing version.
2020-04-30 09:47:44 +03:00
Alexander Kuzmenkov
a3843e1f42
performance comparison
2020-04-30 08:10:34 +03:00
Amos Bird
7f5467bb98
Enable thinLTO
2020-04-30 07:00:23 +08:00
Anton Popov
6ed3092c8a
make fillIndexGranularity less complicated
2020-04-30 00:57:58 +03:00
Denis Zhuravlev
eee86c02da
fix link (now it's looped) ( #10582 )
2020-04-29 22:57:00 +03:00