Commit Graph

35270 Commits

Author SHA1 Message Date
Yatsishin Ilya
bd3000881c update roadmap 2020-02-14 17:31:29 +03:00
Yatsishin Ilya
253f928ccb update roadmap 2020-02-14 15:48:34 +03:00
Yatsishin Ilya
c761086651 update roadmap 2020-02-14 15:29:02 +03:00
Alexander Kuzmenkov
551cd4776b Move the documentation draft out of public docs. 2020-02-14 15:14:33 +03:00
Ivan Blinkov
d1d28cda34
Update README.md 2020-02-14 14:03:50 +03:00
Ivan Blinkov
eee33f5380
Merge pull request #9116 from blinkov/master
Experimental website/docs tuning
2020-02-14 13:47:51 +03:00
Ivan Blinkov
8265b2e467 fix ¶ color 2020-02-14 13:44:24 +03:00
Ivan Blinkov
c2f92c1c54 blue to orange 2020-02-14 13:38:31 +03:00
Ivan Blinkov
bcb1ff68bb Less docker/qloud in release.sh 2020-02-14 13:28:19 +03:00
Ivan Blinkov
5dc6483807 website font tuning 2020-02-14 13:20:22 +03:00
Ivan Blinkov
0244e1b5ed [docs] minify by default is not needed anymore 2020-02-14 12:34:57 +03:00
Ivan Blinkov
242a1a85d4 adjust .gitignore 2020-02-14 12:34:18 +03:00
alexey-milovidov
1ca4b7b8da
Merge pull request #9107 from den-crane/groupby-orderby-add-perf-test
Added performance test for min_group_by / order_by_limit1
2020-02-14 11:25:18 +03:00
Denis Zhuravlev
4857d43b6a
Update mingroupby-orderbylimit1.xml
fix for table name
2020-02-13 23:00:18 -04:00
Denis Zhuravlev
92a6d30d3a Added performance test for min_group_by / order_by_limit1 2020-02-13 17:34:23 -04:00
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