vdimir
|
2f70e895fc
|
Update StorageJoin locking
Move joinGet into StorageJoin
Protect JoinSource with lock, add test
Add comments about locking logic
|
2021-02-25 12:31:22 +03:00 |
|
vdimir
|
6aa4791be2
|
Remove unused *Locked methods from HashJoin, add comments
|
2021-02-24 19:19:04 +03:00 |
|
vdimir
|
6cc2fb5e9f
|
Try to fix race in storage join: block parralel inserts
|
2021-02-20 18:00:59 +03:00 |
|
vdimir
|
776b682f28
|
Add comment for used_flags in hash join, fix build
|
2021-02-08 14:38:31 +03:00 |
|
vdimir
|
01a6e01ad7
|
Store usage info flags separate from row refs in hash join
|
2021-02-05 16:20:13 +03:00 |
|
Alexey Milovidov
|
5358890039
|
Remove bad code in HashJoin
|
2021-01-05 02:49:31 +03:00 |
|
Alexey Milovidov
|
203af8b7ec
|
Fix error
|
2020-12-30 16:52:37 +03:00 |
|
Alexander Kuzmenkov
|
d757f32300
|
Remove some redundant includes to speed up build
|
2020-12-11 02:58:11 +03:00 |
|
Nikolai Kochetov
|
109fd9d6d7
|
Merge pull request #13015 from amosbird/jgmko
Refactor joinGet and implement multi-key lookup.
|
2020-09-13 22:39:48 +03:00 |
|
Artem Zuikov
|
d304d522cc
|
Refactoring: rename types to allow change bigint library (#14219)
|
2020-09-01 12:54:50 +03:00 |
|
Alexey Milovidov
|
12f66fa82c
|
Fix 99% of typos
|
2020-08-08 04:01:47 +03:00 |
|
Artem Zuikov
|
d4266d9619
|
fix left asof join with join_use_nulls (#13291)
|
2020-08-04 02:11:39 +03:00 |
|
Amos Bird
|
230938d3a3
|
Refactor joinGet and implement multi-key lookup.
|
2020-07-28 22:38:52 +08:00 |
|
alesapin
|
c83bf1ab74
|
Revert "Refactor joinGet and implement multi-key lookup."
|
2020-07-23 10:47:17 +03:00 |
|
Amos Bird
|
46c2bb57ec
|
Refactor joinGet and implement multi-key lookup.
|
2020-07-15 10:12:04 +08:00 |
|
Artem Zuikov
|
6b26842ce5
|
RIGHT and FULL JOIN for MergeJoin (#12118)
|
2020-07-10 21:10:06 +03:00 |
|
Artem Zuikov
|
9028a25f3c
|
more types in ASOF JOIN (#11301)
|
2020-06-01 12:38:46 +03:00 |
|
Artem Zuikov
|
6106b2bfc7
|
Merge branch 'master' into joins
|
2020-04-13 20:37:27 +03:00 |
|
Artem Zuikov
|
12ca9f5912
|
disable alwaysReturnsEmptySet() for HashJoin over dictionary
|
2020-04-13 15:32:45 +03:00 |
|
Artem Zuikov
|
8d6f641796
|
join over dictionary concept
|
2020-04-08 21:59:52 +03:00 |
|
Amos Bird
|
0b5cc80580
|
joinGetOrNull
|
2020-04-08 11:01:08 +08:00 |
|
Artem Zuikov
|
8297683972
|
renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065)
|
2020-04-07 12:48:47 +03:00 |
|