Maksim Kita
|
3c5c267c17
|
Improve performance of ASOF join
|
2022-03-23 12:19:38 +01:00 |
|
mergify[bot]
|
93b13c0232
|
Merge branch 'master' into asof_ftw
|
2022-03-02 13:20:50 +00:00 |
|
Raúl Marín
|
4439b23e2b
|
Attempt manual unpack
|
2022-02-19 21:01:47 +01:00 |
|
Raúl Marín
|
bb1d773ffd
|
Reduce changes against master
|
2022-02-18 17:58:23 +01:00 |
|
Raúl Marín
|
f8cc024ba1
|
Less indirect access
|
2022-02-18 16:16:29 +01:00 |
|
Raúl Marín
|
4ba5b931a5
|
AsofRowRefs: Remove extra level of indirection
|
2022-02-18 11:15:11 +01:00 |
|
Raúl Marín
|
34b110b778
|
Remove variant from AsofRowRefs
|
2022-02-18 11:02:14 +01:00 |
|
Raúl Marín
|
d06ef3e1db
|
AsofRowRefs: Simplify variant code
|
2022-02-16 11:12:28 +01:00 |
|
vdimir
|
510a909d0d
|
Remove nullable_left/right_side flags from Hash/MergeJoin
|
2022-02-15 11:15:50 +00:00 |
|
vdimir
|
2de6eaf838
|
Fix LowCardinality using key for join_use_nulls in pipeline
|
2022-02-15 11:11:59 +00:00 |
|
vdimir
|
99ca89c0ca
|
Fix StorageJoin and Asof or join_use_nulls in pipeline
|
2022-02-14 14:14:27 +00:00 |
|
vdimir
|
ee09ec4dd1
|
Apply join_use_nulls on types before join
|
2022-02-11 15:56:45 +00:00 |
|
Anton Popov
|
13b35a6817
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-11-08 21:29:16 +03:00 |
|
Vladimir C
|
a9689c0f27
|
Merge pull request #25894 from vdimir/join-on-const-to-cross
|
2021-11-08 15:52:40 +03:00 |
|
vdimir
|
56bc802ee2
|
Support join on constant
|
2021-11-08 15:44:13 +03:00 |
|
vdimir
|
4bc9798c63
|
Some optimizations for constant conditions in JOIN ON
|
2021-11-08 15:36:34 +03:00 |
|
Anton Popov
|
d71ffc355a
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-10-18 15:18:22 +03:00 |
|
Nikolai Kochetov
|
067eaadadd
|
Merge branch 'master' into removing-data-streams-folder
|
2021-10-16 09:46:05 +03:00 |
|
Nikolai Kochetov
|
fd14faeae2
|
Remove DataStreams folder.
|
2021-10-15 23:18:20 +03:00 |
|
Anton Popov
|
7aa6068fb2
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-10-14 19:44:08 +03:00 |
|
Vladimir C
|
dc4bb920d3
|
Merge branch 'master' into join_deadlock
|
2021-10-11 10:18:17 +03:00 |
|
Vladimir C
|
b02c12b182
|
Merge pull request #23881 from darkkeks/fix-cross-to-inline-join-error-condition
|
2021-10-07 11:09:36 +03:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
vdimir
|
a817bed287
|
Replace isComma || isCross -> isCrossOrComma
|
2021-10-01 14:52:12 +03:00 |
|
Raúl Marín
|
0ee5c0bff5
|
Use RWLock in StorageJoin to avoid deadlocks
|
2021-09-29 19:30:07 +02:00 |
|
Anton Popov
|
914781052e
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-09-29 17:37:07 +03:00 |
|
Ilya Golshtein
|
29b911f86b
|
rebase collisions fixed in ORs in JOIN
|
2021-09-28 14:11:32 +03:00 |
|
Ilya Golshtein
|
fa6c2a64e4
|
minor merge mistakes fixed in ORs in JOIN
|
2021-09-28 14:11:32 +03:00 |
|
Ilya Golshtein
|
8057e052a6
|
crash fix, style fixes, ASTs moved out of TableJoin in ORs in JOIN
|
2021-09-28 14:11:32 +03:00 |
|
vdimir
|
f8e8f6da14
|
Use table_join->getAllNames in HashJoin.cpp
|
2021-09-28 14:11:31 +03:00 |
|
vdimir
|
71b6c9414c
|
Minor changes related to JOIN ON ORs
|
2021-09-28 14:11:31 +03:00 |
|
Ilya Golshtein
|
300eb5098d
|
fix rebase collisions in ORs in JOIN
|
2021-09-28 14:11:31 +03:00 |
|
vdimir
|
0a9a028c6f
|
fix
|
2021-09-28 14:11:31 +03:00 |
|
vdimir
|
46187a73ee
|
wip
|
2021-09-28 14:11:31 +03:00 |
|
Ilya Golshtein
|
aa3d8a431a
|
No redundant convertColumnsToNullable if ORs in JOIN
|
2021-09-28 14:11:30 +03:00 |
|
Ilya Golshtein
|
5ed6b26c9d
|
any_join_distinct_right_table_keys tests and fix for ORs in JOIN
|
2021-09-28 14:11:30 +03:00 |
|
Ilya Golshtein
|
be034444ba
|
fix any_join_distinct_right_table_keys crash if ORs in JOIN
|
2021-09-28 14:11:30 +03:00 |
|
vdimir
|
d37b88fb07
|
fix HashJoin::initRightBlockStructure
|
2021-09-28 14:11:30 +03:00 |
|
vdimir
|
38374ba07b
|
fix join->getNonJoinedBlocks
|
2021-09-28 14:11:30 +03:00 |
|
Ilya Golshtein
|
24e3e04203
|
BlockWithFlags removed from vdimir's change
|
2021-09-28 14:11:30 +03:00 |
|
vdimir
|
6b6592fda7
|
Use JoinUsedFlags with multiple dijuncts
|
2021-09-28 14:11:30 +03:00 |
|
Ilya Golshtein
|
68d6a0ee85
|
prohibit storage join if ORs
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
4bddd0bc71
|
make PVS check happy with ORs in JOIN
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
d0990e270a
|
making gcc happy, minor improvements in ORs in JOIN
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
b03415bd0e
|
Fixed other bug if OR together with filter conditions
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
f94b2cba2d
|
Fixed bug if OR together with filter conditions, some comments
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
a18c6f7f8e
|
merge error fixed
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
db50015eed
|
review changes 1 - ASTPtr, some comments
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
3766d47f31
|
ORs in JOINs
|
2021-09-28 14:11:28 +03:00 |
|
Anton Popov
|
6f9e53197c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-09-20 17:17:05 +03:00 |
|