alexey-milovidov
3015f38a29
Merge pull request #8707 from ClickHouse/aku/log-hotfix
...
Avoid stale log files.
2020-01-18 04:45:39 +03:00
Alexey Milovidov
27b5f47282
Added function ifNotFinite
2020-01-18 04:07:11 +03:00
Alexey Milovidov
d270fb69b5
Added cluster names to suggestions in interactive mode in clickhouse-client
2020-01-18 03:32:16 +03:00
Alexey Milovidov
3f9f262734
Simplification and bugfix
2020-01-18 03:02:54 +03:00
Alexey Milovidov
64ee376e4c
Simplification and bugfix
2020-01-18 03:02:16 +03:00
Alexey Milovidov
99089540ca
Better markup
2020-01-18 01:49:45 +03:00
Alexey Milovidov
15f08807e8
Added two more performance results
2020-01-18 01:46:47 +03:00
alexey-milovidov
90faa6ed5f
Update bitCount.cpp
2020-01-18 01:05:27 +03:00
alexey-milovidov
ec46c68a32
Update bitCount.cpp
2020-01-18 01:05:09 +03:00
Alexey Milovidov
1fcf3ae749
Improved markdown syntax
2020-01-18 00:42:18 +03:00
Alexey Milovidov
1ea1fa30b4
Added results for AWS on EPYC
2020-01-18 00:13:37 +03:00
Alexey Milovidov
8af3dda0bb
Added comments
2020-01-17 23:00:46 +03:00
Alexey Milovidov
da1b51a496
Added function bitCount #8702
2020-01-17 22:57:03 +03:00
Alexander Kuzmenkov
8de0f4fc34
Avoid stale log files.
...
When the logging configuration changes, the logging-related data
structures on the server are not properly updated. This leads to a bug
where logs are written to old files, and it is impossible to fix without
restarting the server. The log file grows indefinitely and eventually
makes the server run out of disk space (see #8696 ). To avoid
catastrophic consequences, require that the server is restarted to apply
logging configuration changes, until the proper fix is developed.
2020-01-17 22:27:41 +03:00
Alexey Milovidov
3dec67ca6d
Fixed the case of mixed-constness of arguments of function arrayZip
2020-01-17 22:16:02 +03:00
Nikolai Kochetov
61594edcee
Fix StrictResize processor.
2020-01-17 20:04:37 +03:00
lalex
0409de2bd6
Docs: add X-ClickHouse-User header auth example
2020-01-17 16:11:25 +02:00
Vladimir Chebotarev
e7fb7d1288
Improved areBackgroundMovesNeeded()
method.
2020-01-17 16:30:54 +03:00
Vladimir Chebotarev
0ba869a1ca
Fixed MergeTreeData::areBackgroundMovesNeeded
according to move TTL feature.
2020-01-17 16:24:44 +03:00
Vladimir Chebotarev
cb416b0bfd
Minor review fixes.
2020-01-17 16:17:17 +03:00
Vladimir Chebotarev
87ac7c59df
Added concurrent test for ALTER MODIFY TTL
.
2020-01-17 16:17:17 +03:00
Vladimir Chebotarev
4f1f9e7e42
Fixed concurrency problems in ALTER MODIFY TTL
.
2020-01-17 16:17:17 +03:00
Vladimir Chebotarev
89d74a599b
Fixed test_ttl_move::test_ttls_do_not_work_after_alter
a little bit.
2020-01-17 16:17:17 +03:00
Vladimir Chebotarev
585e0453a6
Added clearing of old DELETE expression during ALTER MODIFY TTL
.
2020-01-17 16:17:17 +03:00
Vladimir Chebotarev
17dfea217b
Fixed errors with ALTER MODIFY TTL
.
2020-01-17 16:17:17 +03:00
Vladimir Chebotarev
614c45df16
Improved test_ttl_move::test_ttls_do_not_work_after_alter
test (so that it does not pass anymore).
2020-01-17 16:17:17 +03:00
Alexey Milovidov
e2d8360a76
Added results from Sina
2020-01-17 15:55:26 +03:00
Alexey Milovidov
c6a14e479e
Added results from Sina
2020-01-17 15:54:43 +03:00
Pervakov Grigory
36e5322320
Fix remove in memory disk, fix style, change s3 object naming
2020-01-17 14:44:16 +03:00
Pervakov Grigory
b0b3842b57
Add remove to IDisk interface, fix issues
2020-01-17 14:34:39 +03:00
Pervakov Grigory
70e50ecf10
Base implementation of IDisk interafce for S3
2020-01-17 14:34:39 +03:00
Vladimir Chebotarev
451c8174c5
Added test for bug with double move which corrupt original part.
2020-01-17 12:46:44 +03:00
BayoNet
3a8dbf4341
DOCS-4146: DateTime. EN review, RU translation for #7429 ( #7738 )
...
* DOCAPI-4146: Updated examples.
* DOCAPI-4146: Fix.
* DOCAPI-4146: Clarifications about dictionaries.
* Update datetime.md (#69 )
* DOCAPI-4146: EN review, RU translation
* DOCAPI-4146: Fix.
* DOCAPI-4146: Attempted to clarify.
* DOCAPI-4146: More clarifications
* DOCAPI-4146: Extended example.
* Update docs/en/data_types/datetime.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/data_types/datetime.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/data_types/datetime.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Fix.
* DOCAPI-4146: Clarifications and fixes.
Co-authored-by: FeehanG <51821376+FeehanG@users.noreply.github.com>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-01-17 10:13:00 +03:00
Sergei Shtykov
2f9c7e8de7
CLICKHOUSEDOCS-496: fix.
2020-01-17 09:56:17 +03:00
Sergei Shtykov
e6d9dc79f6
CLICKHOUSEDOCS-496: fix.
2020-01-17 09:50:31 +03:00
Sergei Shtykov
0f2511678c
CLICKHOUSEDOCS-496: Fixes.
2020-01-17 09:42:18 +03:00
elenaspb2019
3f2d782dc2
elenbaskakova-DOCSUP-784 ( #79 )
...
* docs(roundbankers):The description of `roundBankers` function was added.
* docs(roundbankers):The description of `roundBankers` function was edited.
* docs(roundbankers):The description of `roundBankers` function was edited.
* docs(roundbankers):The description of `roundBankers` function was edited.
* docs(roundbankers):The description of `roundBankers` function was edited.
2020-01-17 09:12:43 +03:00
Alexander Kuzmenkov
7ae38a3400
[wip] performance comparison test
2020-01-16 22:39:07 +03:00
Nikolai Kochetov
7803e518c6
Remove query pipeline later.
2020-01-16 19:20:22 +03:00
Nikolai Kochetov
61e69c06d2
Fix MergingSortedTransform
2020-01-16 18:52:52 +03:00
Alexander Kuzmenkov
f81aa1c9f0
[wip] performance comparison test
2020-01-16 17:29:53 +03:00
Ivan Lezhankin
2a8621d6e2
Fix gcc build
2020-01-16 16:39:39 +03:00
Nikolai Kochetov
f6b9d320a9
Updates in AggregatingTransform
2020-01-16 15:50:04 +03:00
Vladimir Chebotarev
48855d9ba9
Added comment to cloned_part->renameTo()
.
2020-01-16 14:52:43 +03:00
Nikolai Kochetov
5aa503beb3
Updates in AggregatingTransform and MergingSortedTransform.
2020-01-16 13:45:34 +03:00
alexey-milovidov
e409051304
Merge pull request #8663 from nikvas0/fix_lazy_db
...
Fix "DROP TABLE IF EXISTS" for lazy database
2020-01-16 13:24:37 +03:00
alexey-milovidov
f4dee9a76e
Merge pull request #8666 from ClickHouse/filimonov-typo-fix
...
typo fix
2020-01-16 13:24:00 +03:00
alexey-milovidov
1526a626ae
Merge pull request #8671 from excitoon-favorites/fixedmultiplediskstests
...
Fixed deduplication issues in more `test_multiple_disks` tests
2020-01-16 13:23:30 +03:00
alexey-milovidov
bfe2eee55b
Merge pull request #8674 from ClickHouse/fix-create-column-not-implemented-set
...
Fixed the issue "Method createColumn() is not implemented for data type Set"
2020-01-16 13:10:23 +03:00
Sergei Shtykov
10057586b5
Merge branch 'master' of github.com:ClickHouse/ClickHouse
2020-01-16 11:13:04 +03:00