Commit Graph

33921 Commits

Author SHA1 Message Date
Alexey Milovidov
c152df4ed5 Added a test from Bindu Madhavi 2020-01-18 05:47:55 +03:00
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
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
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
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
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
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
Alexander Kuzmenkov
7ae38a3400 [wip] performance comparison test 2020-01-16 22:39:07 +03:00
Alexander Kuzmenkov
f81aa1c9f0 [wip] performance comparison test 2020-01-16 17:29:53 +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
Alexey Milovidov
06269e572f Added test 2020-01-15 21:19:46 +03:00
Alexey Milovidov
7ba06ccb82 Added method createColumn for DataTypeSet 2020-01-15 21:18:50 +03:00
Alexey Milovidov
5778e59f38 Updated results from Azure. Previous results were with rw cache. 2020-01-15 20:11:17 +03:00
Alexey Milovidov
bf632c680e Merge branch 'master' of github.com:yandex/ClickHouse 2020-01-15 20:10:43 +03:00
Alexey Milovidov
cdff01c82e Added results from another AWS instance 2020-01-15 19:25:37 +03:00
Vladimir Chebotarev
f758b1f6c6 Fixed deduplication issues in more test_multiple_disks tests. 2020-01-15 18:25:23 +03:00
filimonov
5ae7a0337c
Update Settings.h 2020-01-15 14:51:06 +01:00
Alexander Kuzmenkov
afb003cb89
Merge pull request #8476 from ClickHouse/table_name_in_istorage
Add StorageID with optional UUID to IStorage
2020-01-15 16:41:12 +03:00
filimonov
ba4db6a71b
Update Settings.h 2020-01-15 14:38:05 +01:00
filimonov
681f5df66f
typo fix 2020-01-15 14:30:21 +01:00
Alexey Milovidov
94f61aa8e7 Added results from Wolf Kreuzerkrieg 2020-01-15 16:17:14 +03:00
Nikita Vasilev
54e7115ead test 2020-01-15 15:52:23 +03:00
Nikita Vasilev
a8e62788cd test 2020-01-15 15:49:38 +03:00
Alexander Tokmakov
5e2badd9b8 Merge branch 'master' into table_name_in_istorage 2020-01-15 14:55:20 +03:00
Nikita Vasilev
acf11000c6 fix bug 2020-01-15 14:52:30 +03:00
Alexey Milovidov
483a911208 Added results from Boris Granveaud 2020-01-15 12:34:21 +03:00
alexey-milovidov
4c06c3f2ad
Merge pull request #8657 from KosToZyB/patch-1
Update http.md
2020-01-15 12:12:26 +03:00
Olga Khvostikova
53ae368d9c
Add virtual columns to hdfs and file table functions (#8489)
* Add virtual column _path to hdfs and file table functions with test

* Fix const of headers

* Add column _file with tests

* Add docs

* Fix improper resolve conflicts

* Fix links in docs

* Better condition for virtual columns proccessing in StorageFile

* better condition for virtual columns processing in StorageHDFS
2020-01-15 10:52:45 +03:00
Veselkov Konstantin
b668633fb5
Update http.md 2020-01-15 11:51:28 +04:00
alexey-milovidov
b6f41e4465
Merge pull request #8647 from qMBQx8GH/fix_max_depth
Initial commit to fix IParser::Pos.max_depth issue
2020-01-15 01:00:17 +03:00
alexey-milovidov
27f867061d
Merge pull request #8652 from ClickHouse/linear-regression-intel
Integrate patch for stochasticLinearRegression
2020-01-15 00:59:51 +03:00
alexey-milovidov
9c5c544f49
Merge pull request #8653 from ClickHouse/fix_system_metadata_path
Fix metadata path for system database
2020-01-15 00:59:24 +03:00
Alexey Milovidov
b8e0c7ca69 Added sorting of results 2020-01-14 23:03:48 +03:00
Alexey Milovidov
ecdeff7e22 Added three new performance test results 2020-01-14 22:53:37 +03:00
Alexey Milovidov
0a5fbdc01b Merge branch 'master' of github.com:yandex/ClickHouse 2020-01-14 22:24:03 +03:00
Alexander Kuzmenkov
d6ce1d7a67 [wip] Performance comparison test. 2020-01-14 22:07:38 +03:00
Alexander Tokmakov
d51c3df7b6 fix 2020-01-14 22:01:56 +03:00
Alexey Milovidov
cf3e3b44bd Query profiler is production ready and enabled by default 2020-01-14 21:52:40 +03:00
alexey-milovidov
c9a781b099
Merge pull request #8648 from CurtizJ/rename-tests
Rename tests to be consistent with clickhouse-test options.
2020-01-14 21:37:43 +03:00
Nikita Mikhaylov
0e0dd80abf
Merge pull request #6168 from PerformanceVision/move_partition
Alter command for move a specific partition from MergeTree table
2020-01-14 22:32:10 +04:00
alexey-milovidov
ec7955c187
Merge pull request #8633 from Slach/patch-1
describe corner case for POPULATE and Materialize View
2020-01-14 21:28:19 +03:00
Alexey Milovidov
ba905e19bf Removed bunch of other solved tasks 2020-01-14 21:26:46 +03:00