Alexander Tokmakov
5a1d22a363
remove redundant configs from test
2020-04-28 02:05:15 +03:00
Alexander Tokmakov
9d43c2f6c2
save compiled regex
2020-04-28 02:05:15 +03:00
Alexander Tokmakov
e72a484beb
minor fixes
2020-04-28 02:05:15 +03:00
zhang2014
d56002b81f
ISSUES-5436 fix ya make
2020-04-27 20:17:16 +08:00
zhang2014
81230944a4
ISSUES-5436 add integration test
2020-04-27 18:49:32 +08:00
zhang2014
0070f75218
ISSUES-5436 fix integration test failure & add test
2020-04-23 17:11:20 +08:00
zhang2014
318ab3b51e
ISSUES-5436 try fix build failure & pvs & style
2020-04-20 12:49:17 +08:00
zhang2014
57cbecf935
ISSUES-5436 reworking predefine http
2020-04-20 03:18:36 +08:00
zhang2014
835dc4c445
After merge upsream master fix
2020-04-20 02:26:42 +08:00
zhang2014
1eda48b4b1
fix bad git rebase
2020-04-20 02:26:26 +08:00
zhang2014
b82eee5255
ISSUES-5436 fix review suggestions & add some '?' re2 test
2020-04-20 02:26:26 +08:00
zhang2014
8105a9bbe0
ISSUES-5436 fix review suggestions
2020-04-20 02:26:06 +08:00
tai
dafba9d66a
ISSUES-5436 add integration test for custom http
2020-04-20 02:25:43 +08:00
zhang2014
847f7ab439
ISSUES-5436 fix build failure & fix test failure
2020-04-20 02:25:43 +08:00
zhang2014
07ed4ba4f4
ISSUES-5436 add integration test for custom http
2020-04-20 02:25:12 +08:00
zhang2014
6b716e511b
ISSUES-5436 support custom http [part 6]
2020-04-20 02:25:12 +08:00
zhang2014
7aef95b082
ISSUES-5436 support custom http [part 5]
2020-04-20 02:23:18 +08:00
zhang2014
fd00757178
ISSUES-5436 support custom http [part 4]
2020-04-20 02:23:18 +08:00
zhang2014
60abff3341
ISSUES-5436 support custom http [part 3]
2020-04-20 02:23:18 +08:00
zhang2014
183eb82b7c
ISSUES-5436 support custom http [part 2]
2020-04-20 02:23:18 +08:00
zhang2014
159ba24fca
ISSUES-5436 support custom http
2020-04-20 02:23:18 +08:00
tai
9dc70545c0
Add TestCase for feature/ISSUE-5436
2020-04-20 02:23:18 +08:00
alexey-milovidov
61d33a8d9a
Merge pull request #10263 from azat/distributed-send-bg-pool
...
Use background thread pool for distributed sends
2020-04-19 20:28:23 +03:00
Azat Khuzhin
5d11118cc9
Use thread pool (background_distributed_schedule_pool_size) for distributed sends
...
After #8756 the problem with 1 thread for each (distributed table, disk)
for distributed sends became even worse (since there can be multiple
disks), so use predefined thread pool for this tasks, that can be
controlled with background_distributed_schedule_pool_size knob.
2020-04-19 12:01:56 +03:00
Azat Khuzhin
201d5d5b25
Update comment for background_schedule_pool_size
...
Include info about:
- kafka streaming
- dns cache updates
2020-04-19 11:20:57 +03:00
Azat Khuzhin
5ffd8bdd75
Cleanup 01040_distributed_directory_monitor_batch_inserts
2020-04-19 00:22:48 +03:00
Azat Khuzhin
673ddc9d77
Drop superfluous locking for atomic in DirectoryMonitor
2020-04-19 00:22:48 +03:00
alexey-milovidov
abbeb13cf0
Merge pull request #10345 from Vxider/mv_parallel_insert_pt
...
Add performance test for parallel insert of materialized view
2020-04-18 18:39:22 +03:00
alexey-milovidov
03e1871b19
Merge pull request #10350 from ClickHouse/cleanup-performance-tests
...
Remove garbage from performance tests
2020-04-18 18:38:37 +03:00
alexey-milovidov
65bb1f4ce0
Merge pull request #10348 from ClickHouse/least-greatest-generic
...
Least greatest generic: more tests
2020-04-18 18:36:59 +03:00
alexey-milovidov
b0715f24ea
Merge pull request #10349 from hellvesper/master
...
FreeBSD clang90 build fix
2020-04-18 18:33:38 +03:00
Vitaly
d64c6b2134
build on FreeBSD fix (amd64)
2020-04-18 16:54:45 +03:00
alexey-milovidov
aac7cc7330
Merge pull request #10126 from Jokser/replicated-merge-tree-s3
...
Support ReplicatedMergeTree over S3
2020-04-18 16:13:04 +03:00
alexey-milovidov
46a5c75beb
Update MergeTreeData.h
2020-04-18 16:11:57 +03:00
alexey-milovidov
8cea45315f
Merge pull request #10133 from 4ertus2/joins
...
JOIN with Dictionary
2020-04-18 16:08:15 +03:00
alexey-milovidov
d246218379
Merge pull request #10161 from den-crane/Docs/merge-tree-settings
...
Docs/merge tree settings
2020-04-18 16:01:12 +03:00
alexey-milovidov
959e6cd032
Merge pull request #10221 from ClickHouse/remove-part-special-case
...
Support for one special case of removing incompletely written parts
2020-04-18 15:58:58 +03:00
Alexey Milovidov
785d2c0e01
Remove garbage from performance tests
2020-04-18 15:54:16 +03:00
Alexey Milovidov
fd085b58e0
Fix readme in performance tests #10345
2020-04-18 15:44:46 +03:00
Alexey Milovidov
65714a3014
One more test #4767
2020-04-18 15:44:46 +03:00
Alexey Milovidov
96c2882db9
One more test #4767
2020-04-18 15:44:46 +03:00
alexey-milovidov
7fbd7e9533
Update materialized_view_parallel_insert.xml
2020-04-18 15:41:15 +03:00
alexey-milovidov
43d48a21c6
Merge pull request #10318 from ClickHouse/least-greatest-generic
...
Added generic variants for functions 'least' and 'greatest'.
2020-04-18 15:35:19 +03:00
Alexey Milovidov
4f245dc286
Added performance test
2020-04-18 15:35:00 +03:00
Alexey Milovidov
71a7a74d25
Fix test
2020-04-18 15:31:59 +03:00
alexey-milovidov
72dd453c3f
Merge pull request #10234 from vitlibar/show-columns-of-not-loaded-dictionary
...
Show information about not loaded dictionaries in system tables.
2020-04-18 15:06:08 +03:00
alexey-milovidov
17b6e0b3e5
Merge pull request #10315 from azat/buffer-flush-bg-pool
...
Use background thread pool for background buffer flushes
2020-04-18 15:04:35 +03:00
alexey-milovidov
2a4da73c73
Merge pull request #10002 from azat/SimpleAggregateFunction-doc
...
SimpleAggregateFunction initial documentation
2020-04-18 14:56:31 +03:00
alexey-milovidov
e0a121e8d5
Update simpleaggregatefunction.md
2020-04-18 14:56:19 +03:00
alexey-milovidov
27585f59e6
Merge pull request #10346 from vitlibar/fix-flaky-test-settings-constraints-distributed
...
Fix flaky test test_settings_constraints_distributed.
2020-04-18 14:49:06 +03:00