Commit Graph

35255 Commits

Author SHA1 Message Date
alexey-milovidov
7aeb900922
Merge pull request #8436 from achulkov2/polygon-dict-basic-interface-improvements
[WIP] Basic interface for polygon dictionaries
2020-02-13 21:05:42 +03:00
Ivan Blinkov
23f7e4cf13
Update README.md 2020-02-13 20:41:08 +03:00
alexey-milovidov
b1095e72d1
Merge pull request #9104 from Felixoid/master
Change filetype from symlink to the normal one to fix tree
2020-02-13 20:08:45 +03:00
Mikhail f. Shiryaev
bdf39e9509
Change filetype from symlink to the normal one to fix tree 2020-02-13 18:05:39 +01:00
BayoNet
85d1a30dab
DOCS-440: Updated ASOF JOIN description (#9085)
* Updated ASOF JOIN description.
2020-02-13 19:09:25 +03:00
alexey-milovidov
dcc6fbb7a6
Fixed idiotic translation. 2020-02-13 17:25:17 +03:00
alexey-milovidov
211cc08d1a
Merge pull request #9057 from tac0x2a/gitlocalize-10811
Docs: Translate distinctive_features.md to ja
2020-02-13 17:12:48 +03:00
alexey-milovidov
6d97f3a008
Merge pull request #9066 from oandrew/avro-bugfix
Avoid throwing from destructor (Avro)
2020-02-13 16:58:07 +03:00
alexey-milovidov
296621f757
Merge pull request #9076 from sundy-li/mysql-show-tables
Show Queries more like MySQL did
2020-02-13 16:50:12 +03:00
alexey-milovidov
3cfcdcd79f
Update InterpreterShowTablesQuery.cpp 2020-02-13 16:46:35 +03:00
alexey-milovidov
62aed22a03
Merge pull request #9090 from mator/benchmark-1
Update benchmark.html
2020-02-13 16:42:50 +03:00
Alexey Milovidov
eb2ff92671 Merge remote-tracking branch 'refs/remotes/origin/master' 2020-02-13 06:54:01 +03:00
Alexey Milovidov
9c0c9704a2 Added results for AWS Graviton 2020-02-13 06:51:22 +03:00
Alexander Kuzmenkov
e818b2e67a performance comparison 2020-02-12 19:10:07 +03:00
Ivan
bef233f450
Add simple memory profiler (#8765)
* Add new trace type to system.trace_log table

* [WIP]

* Add settings for soft limit raising.

* Remove unused diff

* Remove unused diff

* Some renames

* Fix client hanging on quit

* Remove obsolete pointer for trace collector in context.

* Use memory tracker on query level.

* Fix TSan tests

* Try to simplify TraceCollector initialization.

It allows to workaround first call inside signal handler

* Initialize TraceCollector before setting signal handlers

* Attempt to fix

* Fix Int64 → UInt64 for |size|

* Explicitly reset global TraceCollector instance.
2020-02-12 15:37:40 +03:00
Ilya Yatsishin
ecf99e77e8
Merge pull request #9012 from BayoNet/docs/CLICKHOUSEDOCS-481-looker
DOCS-481: Looker introduction in Russian.
2020-02-12 15:26:38 +03:00
Anatoly Pugachev
1134df849c
Update benchmark.html
Add URL to hardware benchmarks page, to expose it more widely
2020-02-12 12:29:52 +03:00
Sergei Shtykov
f069ef7a94 CLICKHOUSEDOCS-481: Added link to Looker ClickHouse configuration. 2020-02-12 06:42:32 +03:00
sundy-li
aaaf4ef6a8 Update show doc 2020-02-12 09:23:33 +08:00
Ivan Blinkov
aa44ba844d
Update README.md 2020-02-11 19:10:29 -05:00
Alexander Kuzmenkov
0de8e7cf1a performance comparison 2020-02-11 23:01:39 +03:00
Alexander Kuzmenkov
413cb601dd
Merge pull request #8969 from filimonov/kafka_producer_with_key_and_timestamp
key and timestamp in Kafka producer
2020-02-11 22:03:37 +03:00
Alexander Kuzmenkov
badbdf3e48
Merge pull request #9000 from oandrew/upgrade-rdkafka
Upgrade librdkafka to v1.3.0
2020-02-11 21:20:52 +03:00
Ivan
1f4ba36cbc
Fix some tests to support pytest with query tests (#9062) 2020-02-11 21:05:08 +03:00
Ilya Yatsishin
5b4b04e13b
Merge pull request #9050 from CurtizJ/fix-range-reader
Fix order of ranges in MergeTreeDataSelectExecutor
2020-02-11 18:31:34 +03:00
Ivan Lezhankin
5644fa8c41 Explicitly reset global TraceCollector instance. 2020-02-11 18:16:53 +03:00
Alexander Kuzmenkov
ca61b57183 performance comparison 2020-02-11 18:01:33 +03:00
sundy-li
9ad7f3f0e1 Update tests 2020-02-11 22:52:09 +08:00
sundy
250475557d Show Queries more like MySQL 2020-02-11 19:36:12 +08:00
alexey-milovidov
306ee519df
Merge pull request #9073 from mator/patch-1
Update config.xml
2020-02-11 13:50:51 +03:00
Artem Zuikov
840d4c5f4a
Merge pull request #9067 from 4ertus2/some
Refactoring: actualize ExpressionAnalyzer public interface
2020-02-11 13:48:56 +03:00
Anatoly Pugachev
138d3800cf
Update config.xml
correct HTTP 404 link
2020-02-11 13:33:38 +03:00
Nikolai Kochetov
42692ad07b Fix typeo in ExternalModelsLoader. 2020-02-11 08:32:27 +03:00
Ivan Blinkov
ee90ba1e4c
Update README.md 2020-02-10 23:23:25 -05:00
chertus
b4ea4ca654 actualize ExpressionAnalyzer public interface 2020-02-10 22:55:13 +03:00
Andrew Onyshchuk
b4eea18309 Avoid throwing from destructor (Avro) 2020-02-10 13:43:08 -06:00
Ilya Yatsishin
e8699bdab2
Merge pull request #9055 from tac0x2a/fix/ja-docs-index
Docs: Fix example sql match to en
2020-02-10 21:44:17 +03:00
Alexander Kuzmenkov
1e8097da7f
Update entrypoint.sh 2020-02-10 21:41:00 +03:00
Alexander Kuzmenkov
0353a55e3d performance comparison 2020-02-10 21:37:46 +03:00
Alexander Kuzmenkov
8c383f240a performance comparison 2020-02-10 21:12:52 +03:00
CurtizJ
90a121cc1e remove useless line 2020-02-10 19:34:47 +03:00
Alexander Kuzmenkov
8ff0083335 performance comparison 2020-02-10 19:34:19 +03:00
CurtizJ
852772364e replace std::vector to std::deque for MarkRanges 2020-02-10 19:04:24 +03:00
Artem Zuikov
bd6d9a427b
Some InterpreterSelectQuery refactoring (#9035)
move ExpressionActionsChain logic out of InterpreterSelectQuery
2020-02-10 18:50:12 +03:00
Ivan Lezhankin
cc63739837 Fix Int64 → UInt64 for |size| 2020-02-10 18:24:26 +03:00
Alexander Kuzmenkov
17de1b7519
Merge pull request #9018 from ClickHouse/aku/flappy-perf
Less flappy performance test queries
2020-02-10 15:52:42 +03:00
Ivan
9251fb803a
Enable OpenSSL support in Curl (#9039)
* Enable OpenSSL support in Curl
* Define macro CURL_CA_BUNDLE
2020-02-10 15:41:13 +03:00
alesapin
2734347cc0 More verbose logging in flacky test 2020-02-10 12:16:15 +03:00
TAC
bdb097a35b Translate distinctive_features.md via GitLocalize 2020-02-09 16:39:04 +00:00
tavplubix
4543177931 Merge pull request #9048 from ClickHouse/fix_mutation_order
Fix primary.idx corruption after delete mutation
2020-02-09 19:21:23 +03:00