Commit Graph

44678 Commits

Author SHA1 Message Date
alexey-milovidov
16e8c61438
Merge pull request #12566 from ClickHouse/race_condition_cache_dictionaries
Fix race condition in clickhouse cache dictionary
2020-07-21 11:27:08 +03:00
alesapin
1d8cab3379 Better function name and comment 2020-07-21 11:13:23 +03:00
Vitaly Baranov
e3ee555c57
Merge pull request #12606 from vitlibar/improve-json-internal-interface
Improve JSON internal interface.
2020-07-20 23:35:09 +03:00
BayoNet
b9e4e91842
DOCS-645: system.licenses (#12607)
* system-license table description with examples (#140)

* system-license table description with examples

* Update docs/en/operations/system-tables.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/system-tables.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/system-tables.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/system-tables.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* System licenses description.

* ++

* Update docs/ru/operations/system-tables.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/ru/operations/system-tables.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/system-tables.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/ru/operations/system-tables.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/ru/operations/system-tables.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

Co-authored-by: BayoNet <da-daos@yandex.ru>

* CLICKHOUSEDOCS-645: Fixed links.

* Update docs/en/operations/system-tables/licenses.md

* Update docs/ru/operations/system-tables.md

Co-authored-by: AnaUvarova <64017504+AnaUvarova@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-20 22:17:04 +03:00
Ivan Blinkov
be97e6f6ae
[docs] rearrange ToC for build on Linux guide (#12603) 2020-07-20 22:12:31 +03:00
Ivan Blinkov
f325f8cf4a
[docs] remove blank lines to make it a correct numbered list (#12591) 2020-07-20 22:12:02 +03:00
Vitaly Baranov
1fb4d9002d Improve JSON internal interface. 2020-07-20 20:56:04 +03:00
alesapin
e7a4bc8dae Even less tests in fasttest 2020-07-20 19:55:36 +03:00
alesapin
619f5f6180 Less tests in fast test 2020-07-20 19:44:48 +03:00
Ivan Blinkov
586872674b
[docs] markdown fix 2020-07-20 18:20:20 +03:00
Ivan Blinkov
3070989983
[docs] minor refactoring 2020-07-20 18:19:08 +03:00
Ivan Blinkov
eb894eff9d
Update contrib.md 2020-07-20 18:09:08 +03:00
alesapin
5978c9720d Better exception message in CheckingSortedBlockInputStream 2020-07-20 17:57:01 +03:00
Ivan Blinkov
941674a018
Update docs.css 2020-07-20 17:42:17 +03:00
Ivan Blinkov
390f0c73f3
Update tests.md 2020-07-20 17:40:00 +03:00
Ivan Blinkov
55586234dc
Update browse-code.md 2020-07-20 17:36:35 +03:00
Ivan Blinkov
fc80d25ef2
Update style.md 2020-07-20 17:35:49 +03:00
Ivan Blinkov
99be0de795
Update build-cross-arm.md 2020-07-20 17:34:44 +03:00
Ivan Blinkov
96223a4c37
Update build-cross-osx.md 2020-07-20 17:33:54 +03:00
Ivan Blinkov
9f4705abb1
Update build-osx.md 2020-07-20 17:29:13 +03:00
alesapin
82c5ff6e9b Remove redundant new line 2020-07-20 16:48:17 +03:00
alesapin
9881c60fdb Better comment 2020-07-20 16:45:18 +03:00
alesapin
b9a0d0802c Better code 2020-07-20 16:44:07 +03:00
alesapin
6b7d1033e6 Comments for ugly fix 2020-07-20 16:06:44 +03:00
alesapin
479048cf69 Ugly code without races 2020-07-20 15:34:29 +03:00
Alexander Kuzmenkov
abec684daf query fuzzer 2020-07-20 14:57:16 +03:00
Alexander Kuzmenkov
232cd2648f
Merge pull request #12522 from ClickHouse/aku/std-logic-error
Abort on std::logic_error in debug builds
2020-07-20 14:50:03 +03:00
Alexander Kuzmenkov
40ee6eba19
Merge pull request #12545 from ClickHouse/fix_load_part_without_checksums
Fix loading parts without checksums
2020-07-20 14:40:53 +03:00
Ivan Blinkov
e865533d95
[website] experiment on improving cache purging 2020-07-20 14:08:01 +03:00
Ilya Yatsishin
60b844a87f
Update clickhouse-local.md (#12595) 2020-07-20 13:03:18 +03:00
BayoNet
21a1c5e8eb
DOCS-389: network_compression_method (#12581)
* DOCSUP-715 network_compression_method and network_zstd_compression_level (#141)

* Add network_compression_method and network_zstd_compression_level settings

* Some fixes

* Fix by comments

* Fix by comments

* Fix PR comment and add ru translation

Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>

* CLICKHOUSEDOCS-389: Text fixes.

* Update docs/en/operations/settings/settings.md

Co-authored-by: Roman Bug <rrrrrroman@gmail.com>
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-07-20 12:57:36 +03:00
Ilya Yatsishin
9bc545d807
Merge pull request #12590 from ClickHouse/blinkov-patch-22
[docs] this looks unused
2020-07-20 12:20:23 +03:00
Ilya Yatsishin
dad8d85b7d
Merge pull request #12582 from BayoNet/docs/CLICKHOUSEDOCS-680-max-server-memory-usage-to-ram
DOCS-680: max_server_memory_usage_to_ram
2020-07-20 11:21:13 +03:00
Ilya Yatsishin
f03d8b65ea
Merge pull request #12578 from BayoNet/docs/CLICKHOUSEDOCS-642-extractAllGroups
DOCS-642: extractAllGroups
2020-07-20 10:32:23 +03:00
Vitaly Baranov
0b17595a91
Merge pull request #12423 from vitlibar/update-simdjson
Update simdjson
2020-07-20 10:15:38 +03:00
Ivan Blinkov
76d2f53d86
[docs] this looks unused 2020-07-20 09:36:48 +03:00
olgarev
ea6743225e
DOCSUP-1380 Document the max_server_memory_usage_to_ram_ratio setting (#142)
* Docs in en for max_server_memory_usage_to_ram_ratio setting added, for max_server_memory_usage setting slightly updated.

* Apply suggestions from code review

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Translated to Russian.

Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-07-19 20:46:23 +03:00
Vitaly Baranov
61e43c3ef9 Make conversion std::string_view => StringRef explicit. 2020-07-19 12:50:24 +03:00
Vitaly Baranov
8bcaf7908e Rework JSON functions to use the new simdjson interface. 2020-07-19 12:50:19 +03:00
Sergei Shtykov
364a7348f9 CLICKHOUSEDOCS-642: Fixed links 2020-07-19 12:42:14 +03:00
Sergei Shtykov
08734b0cf7 Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-642-extractAllGroups 2020-07-19 12:37:19 +03:00
Sergei Shtykov
3222d21703 CLICKHOUSEDOCS-642: Minor text update. 2020-07-19 12:37:09 +03:00
Evgenia Sudarikova
b9174ffa5a
DOCSUP-1110: document the extractAllGroups function (#138)
* add EN description

* changes in EN version after review

* add RU version
2020-07-19 12:33:50 +03:00
Alexey Milovidov
b8cc2bee53 Added a test from @ishirav #7404 2020-07-19 03:59:45 +03:00
alexey-milovidov
7aee5abb83
Merge pull request #12569 from ClickHouse/aku/numa-metric
Add perf metric for NUMA-local memory access
2020-07-19 03:21:24 +03:00
alexey-milovidov
504783fe2b
Update ProfileEvents.cpp 2020-07-19 03:20:45 +03:00
Alexander Kuzmenkov
37b3cef4cb
Update run-fuzzer.sh 2020-07-17 21:41:33 +03:00
Alexey Milovidov
0f102659c6 Added results from AWS c5.metal 2020-07-17 20:48:10 +03:00
alexey-milovidov
5775a8934a
Fix awful bug @blinkov 2020-07-17 20:34:43 +03:00
Alexander Kuzmenkov
ac01b8670e Correct the benchmark results for Pixel 3a and Dell XPS
I used a wrong data set, so the queries with the `CounterID = 62` filter
were completely off. Others are more or less the same.

Also fix the queries shown on web site to match the real queries.
2020-07-17 20:31:50 +03:00