Commit Graph

35523 Commits

Author SHA1 Message Date
BayoNet
85d1a30dab
DOCS-440: Updated ASOF JOIN description (#9085)
* Updated ASOF JOIN description.
2020-02-13 19:09:25 +03:00
Alexander Kuzmenkov
e9d4bcaa75
Update general_purpose_hashes_on_UUID.xml 2020-02-13 17:58:16 +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
b5c79201c3 Prevent abort on shutdown if the fs is readonly 2020-02-13 16:15:54 +03:00
Guillaume Tassery
1642c7bb97 Merge branch 'master' of github.com:ClickHouse/ClickHouse into bit_on_bitset 2020-02-13 13:24:00 +01:00
Guillaume Tassery
d5b6b580c3 make happy gcc-9 2020-02-13 13:23:31 +01:00
Alexey Milovidov
0eade98688 Merge branch 'master' of github.com:yandex/ClickHouse 2020-02-13 14:45:04 +03:00
Alexander Kuzmenkov
3a58ef03e3
Update general_purpose_hashes_on_UUID.xml 2020-02-13 12:50:25 +03:00
Alexander Kuzmenkov
b9eb40bccb
Update cpu_synthetic.xml 2020-02-13 11:56:06 +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
Mikhail Korotov
6916caf7cd empty commit 2020-02-12 18:12:50 +03:00
Mikhail Korotov
b7a159feab Merge branch 'secure_password' of https://github.com/millb/ClickHouse into secure_password 2020-02-12 17:36:02 +03:00
Mikhail Korotov
62be802ea9 tests fixed 2020-02-12 17:35:23 +03:00
Mikhail Korotov
5d1396ca33
Update Cluster.h 2020-02-12 17:32:18 +03:00
Mikhail Korotov
12c9fbe44d Merge branch 'secure_password' of https://github.com/millb/ClickHouse into secure_password 2020-02-12 17:12:18 +03:00
millb
c4b45ddff8 fixed tests 2020-02-12 17:11:03 +03:00
Alexander Kuzmenkov
48a98773c9
Update general_purpose_hashes_on_UUID.xml 2020-02-12 15:39:44 +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
Guillaume Tassery
4ea8cfb1e1 cosmetic 2020-02-12 12:45:31 +01:00
Guillaume Tassery
46bffd0564 add tests 2020-02-12 12:08:14 +01:00
proller
4c3b8649e3 Merge remote-tracking branch 'upstream/master' into fix27 2020-02-12 13:59:14 +03:00
Guillaume Tassery
b9954f6785 Merge branch 'master' of github.com:ClickHouse/ClickHouse into bit_on_bitset 2020-02-12 11:35:07 +01:00
Guillaume Tassery
e5b048ab51 Can use bit(And|Or|Xor) using a bitset set as a FixedString 2020-02-12 11:33:43 +01:00
Mikhail Korotov
43d4838849 Merge branch 'secure_password' of https://github.com/millb/ClickHouse into secure_password 2020-02-12 13:13:50 +03:00
millb
6abeabc1f2 fixed bugs 2020-02-12 13:13:11 +03:00
Mikhail Korotov
5bd74b464d Merge branch 'secure_password' of https://github.com/millb/ClickHouse into secure_password 2020-02-12 13:08:10 +03:00
millb
92fc1a9b2b fixed bugs 2020-02-12 13:06:09 +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
Mikhail Korotov
01b03f9b1f Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into secure_password 2020-02-12 11:43: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
f88bf5595c
Update cpu_synthetic.xml 2020-02-11 22:21:08 +03:00
Alexander Kuzmenkov
5dcca60d98
Update general_purpose_hashes_on_UUID.xml 2020-02-11 22:18:40 +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