alesapin
2a866043aa
some trash
2020-02-10 16:32:59 +03:00
tavplubix
4543177931
Merge pull request #9048 from ClickHouse/fix_mutation_order
...
Fix primary.idx corruption after delete mutation
2020-02-09 19:21:23 +03:00
Alexander Kuzmenkov
2b683f6fc9
boop
2020-02-09 17:15:29 +03:00
Alexander Kuzmenkov
75920565c9
Improve flush performance in SystemLog
...
It started having problems under heavy workloads such as saving all
memory allocations to trace_log table. To improve that, stop popping
entries one by one from the log queue, and actually stop using the queue
completely, because we don't use most of its methods or its backpressure
feature. Just keep a vector of messages and flush it to disk
periodically.
2020-02-07 22:32:49 +03:00
Ivan
1b55150701
Add row-level filter support to Distributed engine ( #8926 )
...
* Add tests
* Implement support for initial user on remote side.
2020-02-07 22:31:09 +03:00
alesapin
dea937ad84
Don't use ORDER BY for empty key
2020-02-07 20:10:24 +03:00
Ivan Lezhankin
abb1220cb3
Merge branch 'master' into memory-profiler
2020-02-07 18:16:41 +03:00
alesapin
f3a35998e1
Fix primary.idx corruption after delete mutation
2020-02-07 16:54:17 +03:00
Anton Popov
3e8179108b
Merge pull request #8892 from PerformanceVision/select_constants
...
DB::Exception: Parameters are out of bound when we have a constant on the SELECT clause
2020-02-07 14:05:16 +03:00
Vitaly Baranov
7ebcd4b290
Merge pull request #8875 from vitlibar/RBAC-5
...
RBAC-5.1
2020-02-07 03:40:15 +03:00
Artem Zuikov
31948a063a
Trying to fix early constant folding ( #9010 )
...
add setting to disable early constant folding
2020-02-07 03:05:51 +03:00
Vitaly Baranov
d2ff1e5dd4
Implement partial revokes.
2020-02-06 18:12:53 +03:00
Vitaly Baranov
421120b997
Implement SQL queries to manipulate users and grants.
2020-02-06 18:12:53 +03:00
Vitaly Baranov
c9f2713cc4
Remove getting user by name from Context.
2020-02-06 18:12:53 +03:00
Vitaly Baranov
08c6061bdf
Add user_id to Context.
2020-02-06 18:12:54 +03:00
alesapin
790ef52aef
Merge pull request #9024 from CurtizJ/fix-range-reader
...
Fix prewhere optimization.
2020-02-06 11:25:59 +03:00
zhang2014
784230b7a8
ISSUES-8971 fix non from
2020-02-06 08:30:14 +08:00
CurtizJ
db47ef923c
fix prewhere
2020-02-05 19:42:27 +03:00
Ivan Lezhankin
a5ccc72656
Merge remote-tracking branch 'upstream/master' into memory-profiler
2020-02-05 16:52:49 +03:00
zhang2014
16bb4e975d
ISSUES-8971 support explain & view storage
2020-02-05 19:40:18 +08:00
Artem Zuikov
8c23840cc8
ExpressionActions refactoring: extract ArrayJoinAction class ( #8998 )
...
refactoring: extract ArrayJoinAction class
2020-02-05 13:12:19 +03:00
Mikhail Korotov
ad77771b9a
Merge branch 'secure_password' of https://github.com/millb/ClickHouse into secure_password
2020-02-04 12:05:47 +03:00
Guillaume Tassery
a79a9cf078
Merge branch 'master' of github.com:ClickHouse/ClickHouse into select_constants
2020-02-04 05:09:12 +01:00
Nikolai Kochetov
ed71fb347e
Update SelectStreamFactory.
2020-02-03 21:14:26 +03:00
Nikolai Kochetov
71f746e01a
Update SelectStreamFactory.
2020-02-03 20:55:06 +03:00
Ivan Lezhankin
634d3bedd3
Attempt to fix
2020-02-03 20:06:59 +03:00
millb
cb7dc72c4b
Merge branch 'secure_password' of https://github.com/millb/ClickHouse into secure_password
2020-02-03 19:04:16 +03:00
millb
663e944b33
Attempt
2020-02-03 19:03:42 +03:00
Nikolai Kochetov
30586111a6
fix totals port for pipe.
2020-02-03 17:50:19 +03:00
Ivan Lezhankin
88095b636e
Merge remote-tracking branch 'upstream/master' into memory-profiler
2020-02-03 16:21:21 +03:00
Mikhail Korotov
e0eb2f5428
Update Cluster.cpp
2020-02-03 16:18:00 +03:00
alexey-milovidov
5689bef818
Merge pull request #8967 from CurtizJ/attach-if-not-exists
...
Fix query 'ATTACH TABLE IF NOT EXISTS'
2020-02-03 15:41:57 +03:00
CurtizJ
2d7ff400ed
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
2020-02-03 13:46:00 +03:00
CurtizJ
a5b5cb2e94
fix query 'ATTACH TABLE IF NOT EXISTS'
2020-02-03 13:38:09 +03:00
Mikhail Korotov
bf3caa0373
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into secure_password
2020-02-03 13:08:20 +03:00
Guillaume Tassery
4189a0d70b
Merge branch 'master' of github.com:ClickHouse/ClickHouse into select_constants
2020-02-03 10:46:37 +01:00
alesapin
5864cab472
Merge branch 'master' into alter_on_top_of_mutations
2020-02-03 12:09:19 +03:00
alexey-milovidov
c793f30873
Merge pull request #8954 from ClickHouse/os-thread-id
...
Use OS thread id everywhere instead of internal thread number.
2020-02-03 03:57:35 +03:00
alexey-milovidov
baf218b431
Merge pull request #8932 from 4ertus2/debt
...
Rename ANY INNER to SEMI JOIN for partial merge join
2020-02-03 01:53:52 +03:00
Alexey Milovidov
1463764199
Removed useless code (found by PVS Studio)
2020-02-02 23:59:18 +03:00
Alexey Milovidov
d11f3cb78f
Changed thread_id to UInt64 to support more OS
2020-02-02 23:01:13 +03:00
chertus
d2e8b24970
better compatibility in EngineJoin
2020-02-02 19:12:48 +03:00
chertus
8c371ed75f
syntax ANY INNER to SEMI LEFT JOIN rewrite
2020-02-02 17:07:50 +03:00
Alexey Milovidov
39b31907b5
Rename function #7477
2020-02-02 05:35:47 +03:00
Alexey Milovidov
f9eb4e79f6
Using OS tid everywhere #7477
2020-02-02 05:28:14 +03:00
alexey-milovidov
c1535e10d4
Merge pull request #8813 from CurtizJ/merging-in-arrays
...
Merging #5342 (IN with function result).
2020-02-02 04:33:54 +03:00
alexey-milovidov
ef2346b0fa
Update ActionsVisitor.cpp
2020-02-02 04:33:13 +03:00
Vitaly Baranov
caeed69fe0
Change access rights dynamically when users.xml is edited.
2020-01-31 20:27:32 +03:00
Vitaly Baranov
10c912dab2
Rewrite the User class to be controlled by AccessControlManager.
2020-01-31 20:27:32 +03:00
Vitaly Baranov
168002376b
Remove old access rights checking code.
2020-01-31 20:27:32 +03:00
Vitaly Baranov
2aa58193c8
Check access rights via new interface.
2020-01-31 20:27:28 +03:00
Vitaly Baranov
9e910222da
Add interfaces to check access rights.
2020-01-31 19:23:33 +03:00
Nikolai Kochetov
384e68d745
Processors support for StorageJoin reading.
2020-01-31 17:51:09 +03:00
chertus
71d2050000
rename ANY INNER to SEMI JOIN for partial merge join
2020-01-31 17:29:49 +03:00
Vitaly Baranov
035740f708
Merge pull request #8907 from vitlibar/drop-temporary-table-removes-only-temporary
...
DROP TEMPORARY TABLE now drops only temporary table.
2020-01-31 14:48:24 +03:00
millb
d05642575d
fixed
2020-01-31 14:16:46 +03:00
millb
2dab300ad4
attempt
2020-01-31 13:49:10 +03:00
millb
613b7314f6
fixed bugs
2020-01-31 12:29:28 +03:00
millb
165afabdd2
second attempt
2020-01-31 12:22:30 +03:00
Nikolai Kochetov
0157de021a
Processors support for StorageDistributed reading.
2020-01-31 11:54:57 +03:00
Nikolai Kochetov
c5289212ca
Merge pull request #8902 from ClickHouse/storage-buffer-processors
...
Storage buffer processors
2020-01-31 10:46:16 +03:00
alexey-milovidov
0f800b2e73
Merge pull request #8910 from PerformanceVision/jit_nullable
...
Unexpected column in LLVMExecutableFunction when we use Nullable type when we use the JIT
2020-01-31 04:32:10 +03:00
alexey-milovidov
8f75797801
Merge pull request #8906 from zlobober/key_conditions
...
Extend KeyCondition interface so that it returns BoolMask.
2020-01-30 18:52:47 +03:00
Ivan Lezhankin
a42c5b4076
Initialize TraceCollector before setting signal handlers
2020-01-30 17:31:01 +03:00
Ivan Lezhankin
d36f082094
Merge remote-tracking branch 'upstream/master' into memory-profiler
2020-01-30 14:36:59 +03:00
Guillaume Tassery
c18fb015ac
Merge branch 'master' of github.com:ClickHouse/ClickHouse into jit_nullable
2020-01-30 12:31:36 +01:00
Guillaume Tassery
be45e1b3b6
cosmetic
2020-01-30 12:31:21 +01:00
Guillaume Tassery
a0e91fc9f6
Accept nullable values when we use the JIT feature
2020-01-30 12:31:21 +01:00
millb
236f461420
attempt
2020-01-30 14:15:43 +03:00
Vitaly Baranov
e37eda3bdf
DROP TEMPORARY TABLE now drops only a temporary table.
2020-01-30 02:41:22 +03:00
Maxim Akhmedov
2d3321e003
Extend KeyCondition interface so that it returns BoolMask.
2020-01-30 00:40:22 +03:00
alexey-milovidov
b567907431
Merge pull request #8868 from amosbird/countoptfix
...
Fix `MakeSet` in Group By
2020-01-29 19:53:41 +03:00
Nikolai Kochetov
81d4fd9579
Add prepared pipe to InterpreterSelectQuery.
2020-01-29 18:04:46 +03:00
Guillaume Tassery
79b4b48528
cosmetic
2020-01-29 11:09:27 +01:00
Guillaume Tassery
da67f408a3
Fix out of bounds error when we have a constant
2020-01-29 11:01:42 +01:00
Amos Bird
b650f1563a
Fix MakeSet
in Group By
2020-01-29 04:49:39 +08:00
Ivan Lezhankin
df0a3ce221
Merge remote-tracking branch 'upstream/master' into memory-profiler
2020-01-28 18:34:19 +03:00
Ivan Lezhankin
354ceeda80
Fix TSan tests
2020-01-28 18:30:49 +03:00
alesapin
736711d21c
Merge branch 'master' into alter_on_top_of_mutations
2020-01-28 17:10:34 +03:00
Ivan Lezhankin
eb5e577f14
Use memory tracker on query level.
2020-01-28 15:31:10 +03:00
Ivan Lezhankin
27986b6658
Revert "Merge pull request #8831 from ClickHouse/revert-8820-issue-6964"
...
This reverts commit a21d3712eb
, reversing
changes made to 667e9ed6d4
.
2020-01-28 15:01:45 +03:00
Ivan Lezhankin
a592049ca3
Merge remote-tracking branch 'upstream/master' into issue-6964
2020-01-28 15:01:33 +03:00
Ivan Lezhankin
06f5a274ec
Fix initialization of QueryProfiler with regard to query context.
2020-01-28 14:59:06 +03:00
Alexey Milovidov
2acb71337f
Added workaround for Google Cloud Runner
2020-01-26 14:19:04 +03:00
alexey-milovidov
196ed889b9
Merge branch 'master' into joins
2020-01-26 00:03:56 +03:00
alexey-milovidov
ab172eb0bd
Revert "Initialize query profiler for all threads in a group"
2020-01-25 23:34:22 +03:00
alexey-milovidov
1630e88c81
Merge pull request #8820 from abyss7/issue-6964
...
Initialize query profiler for all threads in a group
2020-01-25 21:33:46 +03:00
alexey-milovidov
dc90d42e1e
Merge pull request #8305 from ClickHouse/Vxider-parallel-insert
...
Vxider parallel insert
2020-01-25 20:30:50 +03:00
alexey-milovidov
2a6b628db9
Merge pull request #8794 from zlobober/custom_query_log_engine
...
Make system log engine customizable via config.
2020-01-25 17:38:50 +03:00
CurtizJ
c1624f0d9d
strict field casts while making sets
2020-01-25 00:36:28 +03:00
Ivan Lezhankin
09b39b78e4
Remove obsolete pointer for trace collector in context.
2020-01-24 18:40:08 +03:00
chertus
a9d0d74720
remove bad MergeJoin optimization
2020-01-24 18:28:40 +03:00
Ivan Lezhankin
9d30f3c876
Initialize query profiler for all threads in a group
2020-01-24 17:47:38 +03:00
CurtizJ
14f0b9e137
add query 'ALTER ... MATERIALIZE TTL'
2020-01-24 13:53:14 +03:00
Nikolai Kochetov
0bfc267f4b
Try to fix tests.
2020-01-24 12:09:47 +03:00
Nikolai Kochetov
b55ae23bb9
Merge pull request #8797 from ClickHouse/fix-null-format-for-processors-2
...
Skip blocks for Null format with processors.
2020-01-24 10:34:13 +03:00
alexey-milovidov
528d231a6b
Merge pull request #8750 from azat/temporary_data_configuration
...
Multiple paths (disks/volumes) for storing temporary data support
2020-01-24 06:21:52 +03:00
CurtizJ
d8331d9dcb
fix in operator with constant arrays
2020-01-24 03:48:40 +03:00
alexey-milovidov
c698132cca
Merge pull request #8769 from traceon/format-name-http-header
...
Set X-ClickHouse-Format HTTP response header to the format name
2020-01-23 22:23:26 +03:00
alexey-milovidov
761a3e56a5
Update SystemLog.cpp
2020-01-23 22:21:57 +03:00
alexey-milovidov
119c7a9670
Update SystemLog.cpp
2020-01-23 21:28:37 +03:00
Azat Khuzhin
88bfb788a9
Add ability to use multiple disks/volumes for temporary data
...
This patch adds <tmp_policy> config directive, that will define the
policy to use for storing temporary files, if it is not set (default)
the <tmp_path> will be used.
Also tmp_policy has some limitations:
- move_factor is ignored
- keep_free_space_bytes is ignored
- max_data_part_size_bytes is ignored
- must have exactly one volume
2020-01-23 20:31:01 +03:00
chertus
3571cdb4b5
correct row limit for many right blocks case
2020-01-23 18:47:49 +03:00
Nikolai Kochetov
4a4de82648
Merged with master
2020-01-23 18:44:26 +03:00
Vitaly Baranov
6a6ec36d63
Fix race when executing SYSTEM RELOAD ALL DICTIONARIES.
2020-01-23 16:35:12 +03:00
CurtizJ
5162ece940
Merge branch 'function_result_with_operator_in' of https://github.com/Enmk/ClickHouse into merging-in-arrays
2020-01-23 16:24:43 +03:00
Nikolai Kochetov
b3e33b8330
Enable block skip for null format in processors pipeline.
2020-01-23 15:59:01 +03:00
Nikolai Kochetov
f85e7ca36d
Enable block skip for null format in processors pipeline.
2020-01-23 15:53:32 +03:00
Maxim Akhmedov
86a7f1d97b
Make system log engine customizable via config.
2020-01-23 14:22:06 +03:00
Ivan Lezhankin
7706e0a35c
Some renames
2020-01-22 18:20:19 +03:00
Mikhail Korotov
d68f8d1f8e
Update QueryLog.h
2020-01-22 16:58:36 +03:00
millb
6fc7a827f6
Fixed bug with empty exception
2020-01-22 16:52:26 +03:00
millb
6cd6b4d3b2
exception_code is changed
2020-01-22 15:29:30 +03:00
millb
4cffb62b41
Created exception_code column in query_log table
2020-01-21 22:49:42 +03:00
chertus
cc61fb9408
Merge branch 'master' into joins
2020-01-21 22:23:58 +03:00
Denis Glazachev
79085bf629
Set X-ClickHouse-Format
HTTP response header to the format name
2020-01-22 00:33:33 +05:30
Ivan Lezhankin
008faaa760
Add settings for soft limit raising.
2020-01-21 19:39:52 +03:00
Ivan Lezhankin
1934706ca9
[WIP]
2020-01-21 19:39:52 +03:00
Ivan Lezhankin
c566f406c5
Add new trace type to system.trace_log table
2020-01-21 19:39:52 +03:00
CurtizJ
9275225527
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
2020-01-21 17:21:52 +03:00
chertus
414de57b99
fix hash join with processors
2020-01-21 13:11:30 +03:00
Nikolai Kochetov
c28e224e24
Merge pull request #8735 from ClickHouse/processors-5.12
...
Processors 5.12
2020-01-21 11:51:07 +03:00
chertus
6e304d5aef
Merge branch 'master' into joins
2020-01-20 19:39:55 +03:00
chertus
0669eff031
version with processors
2020-01-20 17:17:55 +03:00
alesapin
3716d4f7e3
Merge with master
2020-01-20 12:21:05 +03:00
Nikolai Kochetov
76171c7afc
Do not add resize transform for SystemNumbers.
2020-01-20 10:24:28 +03:00
Nikolai Kochetov
cd369bea4e
Do not add resize transform for SystemNumbers.
2020-01-19 23:05:01 +03:00
alexey-milovidov
52e8252653
Merge pull request #8650 from ClickHouse/remove_istorage_weak_ptr
...
Get rid of StorageWeakPtr
2020-01-18 20:28:53 +03:00
alesapin
d2e9ed3898
Commented tons of debug prints
2020-01-17 17:48:56 +03:00
alesapin
750b9d9e55
Fix very strange bug
2020-01-17 17:39:18 +03:00
alesapin
58b9e73a7a
Better working on files names
2020-01-17 16:54:22 +03:00
chertus
d9835979eb
rename setting
2020-01-17 14:45:43 +03:00
chertus
61a7e84cae
Merge branch 'master' into joins
2020-01-16 15:14:19 +03:00
chertus
e06b9da71d
pm join with splitted blocks (working)
2020-01-16 00:33:21 +03:00
chertus
39f2653663
rewrite with cursor position
2020-01-15 23:33:29 +03:00
CurtizJ
27750f0cd4
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
2020-01-15 19:36:35 +03:00
alesapin
92648955c4
Almost working drop
2020-01-15 16:47:00 +03:00
alesapin
2abf4bbc95
Not working state
2020-01-15 16:00:08 +03:00
Alexander Tokmakov
5e2badd9b8
Merge branch 'master' into table_name_in_istorage
2020-01-15 14:55:20 +03: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
chertus
f0023dc4b1
split in progress
2020-01-14 22:02:22 +03:00
Alexander Tokmakov
d51c3df7b6
fix
2020-01-14 22:01:56 +03:00
Alexander Tokmakov
ff1b7e1386
get rid of StorageWeakPtr
2020-01-14 19:54:25 +03:00
Maxim Smirnov
ee463403d5
Initial commit to fix IParser::Pos.max_depth issue
2020-01-14 13:11:01 +02:00
chertus
8ab68e2c77
change iface for one-to-many blocks expressions calculation
2020-01-13 21:00:32 +03:00
Nikolai Kochetov
a6fc528805
Merge branch 'master' into Vxider-parallel-insert
2020-01-13 20:59:42 +03:00
alesapin
bc59e473e8
Some thoughts on non blocking alter
2020-01-13 19:39:20 +03:00
Nikolai Kochetov
edc28c3dd2
Update ResizeProcessor.
2020-01-13 15:04:02 +03:00
Alexander Tokmakov
9389c83d4d
Merge branch 'master' into table_name_in_istorage
2020-01-13 14:41:42 +03:00
Nikolai Kochetov
c2a054ac70
Add cancell flag to MergingAggrgated.
2020-01-13 12:56:21 +03:00
alexey-milovidov
303b146a93
Merge branch 'master' into vfs_log
2020-01-12 20:16:30 +03:00
Winter Zhang
89b80ba7cb
Merge branch 'master' into fix/ISSUES-8317
2020-01-11 23:16:52 +08:00
alexey-milovidov
b08a9e00a4
Merge pull request #8620 from chhetripradeep/pchhetri/spelling-mistakes
...
Fix some spelling mistakes
2020-01-11 16:19:48 +03:00
Pradeep Chhetri
4941fdfe4b
Fix some spelling mistakes
2020-01-11 17:51:33 +08:00
alexey-milovidov
5af9eabfdb
Merge pull request #8617 from ClickHouse/kiransunkari-CLICKHOUSE-7262
...
Merging #8493
2020-01-11 12:43:07 +03:00
Alexander Burmak
26511b7978
Added DiskMemory and tests
2020-01-11 00:43:42 +03:00
Alexey Milovidov
b4ccddbb96
Make the code less wrong #8493
2020-01-10 20:44:34 +03:00
alexey-milovidov
5e29fe3425
Merge pull request #8475 from ClickHouse/aku/logical-error-assert
...
In debug builds, treat LOGICAL_ERROR as an assertion failure.
2020-01-10 19:58:39 +03:00
Alexey Milovidov
85f2f174b1
Merge branch 'CLICKHOUSE-7262' of https://github.com/kiransunkari/ClickHouse into kiransunkari-CLICKHOUSE-7262
2020-01-10 19:57:09 +03:00
Alexey Milovidov
02e90b13e2
Fixed error
2020-01-10 15:47:59 +03:00
Alexey Milovidov
4f4dbfcf4a
Merge remote-tracking branch 'origin/master' into get-table-performance-issue
2020-01-10 15:41:13 +03:00
Alexander Burmak
ec1a490935
Merge remote-tracking branch 'refs/remotes/upstream/master' into vfs_log
2020-01-10 15:04:20 +03:00
Alexander Tokmakov
902615a2f7
Merge branch 'master' into table_name_in_istorage
2020-01-10 14:51:21 +03:00
Alexander Kuzmenkov
652abb65e6
fixup
2020-01-10 14:16:14 +03:00
Ivan
fd55999398
Initialize set for index when table filter is presented ( #8357 )
2020-01-10 12:24:05 +03:00
Kiran
2e433b6459
cluster.cpp file formatted
2020-01-10 12:58:16 +05:30
alexey-milovidov
24d8300869
Merge pull request #8552 from ClickHouse/port-8545
...
Port changes from #8545 to processors.
2020-01-10 10:13:45 +03:00
Kiran
f0f870b27f
proper style format added in cluster.cpp
2020-01-10 10:38:54 +05:30
Kiran
4945d9f797
Formatted code with clang
2020-01-10 08:11:58 +05:30
Alexander Kuzmenkov
3999675383
In debug builds, treat LOGICAL_ERROR as an assertion failure.
2020-01-09 19:58:32 +03:00
Nikolai Kochetov
d4bb352113
Merged with master.
2020-01-09 19:51:15 +03:00
alexey-milovidov
58e6041477
Merge pull request #8503 from zhang2014/fix/some_predicate_bug
...
try fix some predicate optimizer bug
2020-01-09 19:48:16 +03:00
Alexander Tokmakov
a1ff29b7e6
fix empty table name
2020-01-09 19:01:44 +03:00
Alexander Tokmakov
9b75ee2378
Merge branch 'master' into table_name_in_istorage
2020-01-09 17:33:58 +03:00
Alexander Burmak
c4f44bb06c
Merge remote-tracking branch 'refs/remotes/upstream/master' into vfs_log
2020-01-09 16:29:03 +03:00
CurtizJ
33ae97894b
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
2020-01-09 15:54:37 +03:00
Nikolai Kochetov
39b91584fd
Simplifu delayed stream in QueryPipeline.
2020-01-09 14:52:34 +03:00
Nikolai Kochetov
874d01e8b7
Merge pull request #8423 from ClickHouse/processors-5.7
...
Processors 5.7
2020-01-09 11:53:22 +03:00
Nikolai Kochetov
dc7acc1028
Changes from #8545 to processors.
2020-01-09 11:06:46 +03:00
zhang2014
613c5144b5
ISSUES-8317 fix negative with bloom filter
2020-01-08 13:00:04 +08:00
Kiran
c1817d77c0
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into CLICKHOUSE-7262
2020-01-08 09:01:26 +05:30
Kiran
42cb2ed81b
handled flattening nodes in circular topology
2020-01-07 23:50:12 +05:30
Kiran
9c3e80a774
removed copy constructor and moved to private methid
2020-01-07 23:49:39 +05:30
Kiran
ce55b0ffb5
addded new constructor in cluster class for creating a new cluster from replicas
2020-01-07 15:56:16 +05:30
Nikolai Kochetov
e1a3c7fb79
Changes from #8545 to processors.
2020-01-07 11:37:34 +03:00
Nikolai Kochetov
aa7c07c94c
Changes from #8545 to processors.
2020-01-07 08:41:18 +03:00
zhang2014
b5035e8924
no skip lambda function
2020-01-07 11:31:03 +08:00
Alexey Milovidov
2314bb5a34
Parallel merge sort (experimental)
2020-01-06 15:43:27 +03:00
zhang2014
0f147e393f
better skip lambda function
2020-01-06 18:59:23 +08:00
zhang2014
2179935f1e
fix lambda function in predicate
2020-01-06 18:38:48 +08:00
zhang2014
f8aa0b90b1
add bugs test
2020-01-06 11:55:07 +08:00
Alexey Milovidov
ae2cc175ae
Fixed potential performance issue in "Context::getTable" method
2020-01-06 02:00:31 +03:00
zhang2014
6a5e3e2dd9
try fix failure test & fix build failure
2020-01-04 16:47:03 +08:00
alexey-milovidov
880044eabd
Merge pull request #8517 from ClickHouse/escaping-of-query-parameters
...
Changed serialization of query parameters
2020-01-03 19:25:34 +03:00
Alexey Milovidov
74303e710d
Changed serialization of query parameters
2020-01-03 17:10:56 +03:00
Nikolai Kochetov
833499cfb6
Merged with master.
2020-01-03 15:34:17 +03:00
Azat Khuzhin
2aba254fb6
Add backQuoteIfNeed() in InterpreterCreateQuery::setEngine()
2020-01-03 02:17:57 +03:00
Azat Khuzhin
1d44977ae2
Avoid SIGSEGV on CREATE TABLE .. AS dictionary
2020-01-03 01:54:08 +03:00
Alexander Burmak
70b3a1a0d8
Merge remote-tracking branch 'refs/remotes/upstream/master' into vfs_log
2020-01-02 18:01:41 +03:00
zhang2014
9364397597
try fix some predicate optimizer bug
2020-01-02 21:14:48 +08:00
Alexey Milovidov
c1699b9555
Stack trace for every exception (experimental)
2020-01-02 10:37:13 +03:00
Alexey Milovidov
67afaa9d93
Stack trace for every exception (experimental)
2020-01-02 09:56:53 +03:00
Nikolai Kochetov
3f35d143b3
Update num threads in processors.
2020-01-01 14:15:29 +03:00
alexey-milovidov
14563da602
Merge pull request #8447 from amosbird/c++20
...
C++20
2019-12-31 21:06:41 +03:00
alexey-milovidov
e712b22dda
Merge pull request #8484 from ClickHouse/obsolete-mark-cache-min-lifetime
...
Make "mark_cache_min_lifetime" setting obsolete
2019-12-31 20:56:54 +03:00
alexey-milovidov
3adf6853d5
Merge pull request #7769 from amosbird/betterprewhere
...
Optimize PREWHERE
2019-12-31 09:07:02 +03:00
alexey-milovidov
17b413fd2e
Merge pull request #8458 from vitlibar/separate-variables-for-database-and-name
...
Separate variables for database and name in dictionaries.
2019-12-31 07:39:01 +03:00
Alexey Milovidov
3339b8e0e5
Make "mark_cache_min_lifetime" setting obsolete
2019-12-31 05:47:10 +03:00
Alexey Milovidov
6e74bea7ea
Added setting "optimize_if_chain_to_miltiif"
2019-12-31 03:00:41 +03:00
Vitaly Baranov
037eb85972
Automatic removing of config repositories to simplify the code.
2019-12-31 06:30:27 +07:00
Alexey Milovidov
6540eda331
Improvements, part 1
2019-12-31 01:24:19 +03:00
Alexey Milovidov
5b0966d585
Merge branch 'master' of https://github.com/kamalov-ruslan/ClickHouse into kamalov-ruslan-master
2019-12-31 00:31:20 +03:00
Alexander Tokmakov
3687900848
Merge branch 'master' into table_name_in_istorage
2019-12-30 21:30:24 +03:00
Alexander Tokmakov
f19bb041b4
add asserts on invalid StorageID
2019-12-30 21:20:43 +03:00
Alexander Tokmakov
250f170a69
Merge branch 'master' into table_name_in_istorage
2019-12-30 14:08:09 +03:00
Vitaly Baranov
1fa64a2a86
Use separate variables for the database and name in dictionaries.
2019-12-29 23:48:10 +07:00
alesapin
247906a4d7
Move check alter to alter interpreter
2019-12-29 14:09:10 +03:00
alexey-milovidov
15c67f0a0e
Merge branch 'master' into refactor_databases
2019-12-29 03:52:07 +03:00
Ruslan
af2b17fbcb
add tests and fix build
2019-12-29 01:08:18 +03:00
Amos Bird
bbc736f2d9
c++20!
2019-12-29 03:08:25 +08:00
alesapin
10312a1d88
Merge with master
2019-12-28 12:56:14 +03:00
alexey-milovidov
9e8c3acffc
Merge pull request #8442 from ClickHouse/ddlworker-trash
...
Removed trash from DDLWorker
2019-12-28 01:27:53 +03:00
alesapin
c48f892e13
Merge with master
2019-12-27 23:12:54 +03:00
alexey-milovidov
d989604d33
Merge pull request #8242 from achimbab/bugfix_bloomfilter
...
Fixed two bugs in the bloom_filter index.
2019-12-27 22:46:54 +03:00
Ruslan
bd01bdad97
git is hard((
2019-12-27 22:45:41 +03:00
Ruslan
8ff8e8e7f5
trying to fix git
2019-12-27 22:42:14 +03:00
Alexander Tokmakov
94931f059d
minor improvements
2019-12-27 22:30:22 +03:00
Alexey Milovidov
eb04f0ea84
Removed trash from DDLWorker
2019-12-27 22:30:13 +03:00
Ruslan
0fbbdbab24
working on git fix
2019-12-27 22:25:01 +03:00
Ruslan
a7f2f8bb61
codestyle fix, bug fix
2019-12-27 21:52:18 +03:00
Ruslan
366171a959
Merge branch 'master' of github.com:yandex/ClickHouse
2019-12-27 21:37:53 +03:00
Alexey Milovidov
cb3a5b26f7
Merge branch 'master' into enable-experimental-indices-and-make-settings-obsolete
2019-12-27 21:12:30 +03:00
Alexander Tokmakov
a2a155dcbd
Merge branch 'master' into table_name_in_istorage
2019-12-27 15:47:29 +03:00
Alexander Tokmakov
8987b027ba
fixes
2019-12-27 15:18:49 +03:00
Alexander Burmak
f13f4c1617
Fixed merge issues
2019-12-27 12:49:23 +03:00
alesapin
ccb4ad450c
Merge branch 'master' into refactor_alter
2019-12-27 12:07:20 +03:00
Alexander Burmak
170bcf041a
Merge remote-tracking branch 'refs/remotes/upstream/master' into vfs_log
2019-12-27 09:55:54 +03:00
Vitaly Baranov
b75771be61
Merge pull request #7808 from vitlibar/RBAC-3
...
RBAC-3
2019-12-27 09:44:24 +07:00
alexey-milovidov
89eeaa50e9
Merge branch 'master' into enable-experimental-indices-and-make-settings-obsolete
2019-12-26 22:16:50 +03:00
alexey-milovidov
6b997a0c61
Merge pull request #8288 from PerformanceVision/reload_dictionary
...
Implement ON CLUSTER syntax when we want to reload a dictionary
2019-12-26 22:05:41 +03:00
alesapin
d341b648d2
Better alter
2019-12-26 21:17:05 +03:00
Alexander Tokmakov
42296cc80a
remove separate getTableName() and getDatabaseName()
2019-12-26 21:11:49 +03:00
Alexander Tokmakov
ef129b4b7c
use StorageID in views
2019-12-26 20:59:47 +03:00
Alexander Tokmakov
9319863a59
refactor table dependencies
2019-12-26 20:23:24 +03:00
Alexander Tokmakov
2e5d61cd81
better constructors of storages
2019-12-26 20:04:08 +03:00
Nikolai Kochetov
5a5d15c095
Enable quota for more processors.
2019-12-26 19:52:15 +03:00
Alexander Tokmakov
cf5c998b30
refactor storage name
2019-12-26 19:23:38 +03:00
Nikolai Kochetov
9d9ab833b7
Add threads quota for processors.
2019-12-26 19:15:31 +03:00
Alexander Burmak
764b506fd5
Merge remote-tracking branch 'refs/remotes/upstream/master' into vfs_log
2019-12-26 17:03:32 +03:00
Alexander Tokmakov
50200e245b
Merge branch 'master' into refactor_databases
2019-12-26 15:00:07 +03:00