Commit Graph

39501 Commits

Author SHA1 Message Date
Ivan Blinkov
07e90a5725
Update docs.js 2020-04-03 22:25:20 +03:00
Sami Kerola
5fb5fd1884
[docs] tell the cutIPv6() is cutting bytes not bits
The IPv6CIDRToRange() appears to use bits while cutIPv6() will cut in bytes.

    WITH IPv6StringToNum('FFFF:FFFF:FFFF:FFFF:AAAA:AAAA:AAAA:AAAA') AS ipv6
    SELECT
      cutIPv6(ipv6, 8, 0),
      tupleElement(IPv6CIDRToRange(ipv6, 64), 1)
2020-04-03 19:56:46 +01:00
Alexander Kuzmenkov
9465f97832 performance comparison 2020-04-03 21:23:11 +03:00
alesapin
1d1721b37c Fix if exists 2020-04-03 19:45:49 +03:00
alesapin
7ab73e9083 Fix bug 2020-04-03 19:33:25 +03:00
Alexander Kuzmenkov
49bc33ed34
Update 01073_attach_if_not_exists.sql 2020-04-03 18:59:59 +03:00
Ivan Lezhankin
8a5a73e76d Merge branch 'master' into dbms2src 2020-04-03 18:20:05 +03:00
Alexander Kuzmenkov
9d5ece27c7
Merge pull request #10025 from ClickHouse/aku/shm-trailing-zeros
Support trailing zero bytes in string hash map
2020-04-03 18:16:52 +03:00
Ivan Lezhankin
06446b4f08 dbms/ → src/ 2020-04-03 18:14:31 +03:00
Alexander Tokmakov
4c3ab3d28c resolve table uuid before query execution 2020-04-03 18:05:49 +03:00
alesapin
38a50f44d3 Remove empty line 2020-04-03 17:21:24 +03:00
Ivan Blinkov
3e185d24c9
Update docs.js 2020-04-03 17:15:22 +03:00
Ivan Blinkov
36f950c13e
fix mistype in docs.js 2020-04-03 17:14:33 +03:00
Nikolai Kochetov
c53b902d6c Try fix summing. 2020-04-03 17:09:01 +03:00
Ivan Blinkov
b66c26d833
Get rid of toc_en.yml (#10023) 2020-04-03 16:23:32 +03:00
Ivan Blinkov
dcc3abb37d
Update README.md 2020-04-03 16:07:20 +03:00
Nikolai Kochetov
47eccf2332 Try fix summing. 2020-04-03 15:32:12 +03:00
alesapin
3b498c603b Fix stupid bug in parser 2020-04-03 15:26:57 +03:00
Sergei Shtykov
2dfeb95871 CLICKHOUSEDOCS-577: Added the link to original article. 2020-04-03 15:25:12 +03:00
Sergei Shtykov
e197421df4 CLICKHOUSEDOCS-577: Clarified instruction. Fixed markup. 2020-04-03 15:23:20 +03:00
Nikolai Kochetov
0fe5528842 Try fix summing. 2020-04-03 15:15:08 +03:00
Nikolai Kochetov
704a94f022 Try fix summing. 2020-04-03 14:57:24 +03:00
Vasily Nemkov
c103f1991e Merge commit 'cd88b5380c886e6d4f84d0b29d9a27e1a12d2cbd' into SIMD_tokenization 2020-04-03 14:43:54 +03:00
alesapin
e83b6d0c2e Better comment 2020-04-03 14:25:56 +03:00
alesapin
450f9a5175 Comment 2020-04-03 14:23:14 +03:00
alesapin
a027b33195 Better test 2020-04-03 14:19:17 +03:00
alesapin
f3e3df4593 Better test 2020-04-03 14:15:43 +03:00
Nikolai Kochetov
a3534046d1 Try fix summing. 2020-04-03 14:12:44 +03:00
alesapin
9f19a25fb8 More comments, better code 2020-04-03 14:09:27 +03:00
alesapin
20d40b8bce Refactor code add comments 2020-04-03 13:40:46 +03:00
Alexander Kuzmenkov
d4445485bd
Merge pull request #10028 from ClickHouse/aku/perftest-fixes
Performance comparison fixes
2020-04-03 13:01:18 +03:00
Alexander Kuzmenkov
882e0d8b4e
Update compare.sh 2020-04-03 13:00:23 +03:00
Alexander Kuzmenkov
7a1d40507a fix more tests 2020-04-03 12:55:22 +03:00
alesapin
763669f3dc Better test and correct access rights 2020-04-03 12:53:31 +03:00
Nikolai Kochetov
9f7d1f9920 Fix style. 2020-04-03 12:30:20 +03:00
alesapin
4902346f86 Merge branch 'master' into alter_rename_column 2020-04-03 12:00:15 +03:00
alesapin
4fa6c2f63d Rename parameter 2020-04-03 11:59:47 +03:00
alesapin
eea9845fc1
Merge pull request #9999 from vitlibar/fix-parallel-distributed-insert-select
Fix parallel distributed insert select
2020-04-03 11:46:32 +03:00
Mikhail
696b7670d4
Typo in docs (#10033) 2020-04-03 10:27:50 +03:00
alexey-milovidov
09d169294d
Update S3Common.cpp 2020-04-03 04:05:28 +03:00
Alexander Tokmakov
9c67d2716e Merge branch 'master' into database_atomic 2020-04-03 03:19:11 +03:00
Alexander Tokmakov
cb933a3d19 fix races in 01108_restart_replicas_rename_deadlock 2020-04-03 03:08:51 +03:00
Артем Стрельцов
e50ebd5ee1 added support of custom settings to FileDictionarySource 2020-04-03 01:35:22 +03:00
Alexander Kuzmenkov
cd88b5380c Performance comparison fixes 2020-04-02 21:44:58 +03:00
alesapin
b7f9d03355 Remove unused method 2020-04-02 21:34:35 +03:00
Nikolai Kochetov
d16a435531 Try fix tests. 2020-04-02 21:33:23 +03:00
alesapin
f741a583e5 Fix style 2020-04-02 21:33:17 +03:00
alesapin
9e49d7c8cb One more test for indices 2020-04-02 21:31:27 +03:00
alesapin
0606b7e4df Renames for compact parts 2020-04-02 21:24:11 +03:00
BayoNet
4075f26583
DOCS-19: parseDateTimeBestEffort (#9994)
Added the parseDateTimeBestEffort description in English and Russian language.
2020-04-02 20:55:11 +03:00