Anton Popov
|
8203bd1ac6
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-09-09 14:04:37 +03:00 |
|
Amos Bird
|
18a7adf0fa
|
Fix NOT-IN index optimization when not all keys are used.
|
2021-09-06 12:21:03 +08:00 |
|
Anton Popov
|
c3c3a06078
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-08-20 01:45:38 +03:00 |
|
Nikolai Kochetov
|
a46fe11e2c
|
Try fix test_mutations_with_merge_background_task
|
2021-08-18 13:30:02 +03:00 |
|
Alexey Milovidov
|
6e41a1b5ca
|
Fix error
|
2021-07-23 02:22:37 +03:00 |
|
Anton Popov
|
c4b454494f
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-07-20 15:41:01 +03:00 |
|
alexey-milovidov
|
b52411a715
|
Merge pull request #12455 from amosbird/npc
Nullable primary key with correct KeyCondition
|
2021-07-18 17:52:20 +03:00 |
|
Alexey Milovidov
|
261a220227
|
Remove some code
|
2021-07-17 21:06:46 +03:00 |
|
Anton Popov
|
567043113c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-06-21 01:36:06 +03:00 |
|
Amos Bird
|
972e3a5156
|
Update
|
2021-06-19 14:41:37 +08:00 |
|
Amos Bird
|
f2ed5ef42b
|
Nullable primary key with correct KeyCondition
|
2021-06-18 23:04:24 +08:00 |
|
Maksim Kita
|
67e9b85951
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
|
Anton Popov
|
b3b29be02f
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-06-07 19:03:24 +03:00 |
|
Nikolai Kochetov
|
cbd46280eb
|
Update Set.cpp
|
2021-06-07 12:36:34 +03:00 |
|
Amos Bird
|
df86f8ed36
|
Allow not in be used in partition pruning
|
2021-06-03 11:36:43 +08:00 |
|
Anton Popov
|
3e92c7f61a
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-05-25 21:45:19 +03:00 |
|
Alexey Milovidov
|
1006a970f7
|
Remove AutoArray
|
2021-05-20 09:30:13 +03:00 |
|
Anton Popov
|
d8df0903b9
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-05-14 23:38:16 +03:00 |
|
Alexey Milovidov
|
02ce9cc725
|
Untangle UUID
|
2021-05-04 01:46:51 +03:00 |
|
Anton Popov
|
860ed20368
|
ColumnSparse: more fixes
|
2021-04-15 05:16:09 +03:00 |
|
Maksim Kita
|
1aa8d7fdfb
|
BloomFilter index crash fix
|
2021-01-31 21:49:27 +03:00 |
|
Alexey Milovidov
|
9c2cbeba55
|
Fix error
|
2020-12-29 21:16:24 +03:00 |
|
Alexey Milovidov
|
f98cbd7696
|
Fix TSan report in StorageSet and StorageJoin
|
2020-12-23 05:10:37 +03:00 |
|
Maksim Kita
|
9aaa2f9345
|
Fixed compilation timeout
|
2020-12-17 21:32:25 +03:00 |
|
Maksim Kita
|
6873b13587
|
Fixed clang build issue
|
2020-12-14 22:12:15 +03:00 |
|
Maksim Kita
|
0b565b679e
|
Fixed Set execute for columns that cannot be inside Nullable
|
2020-12-14 22:12:15 +03:00 |
|
Maksim Kita
|
0464859cfe
|
Updated usage of different types during IN query
1. Added accurateCast function.
2. Use accurateCast in Set during execute.
3. Added accurateCast tests.
4. Updated select_in_different_types tests.
|
2020-12-14 22:12:15 +03:00 |
|
Maksim Kita
|
f4b8e8ef99
|
Allow different types inside IN subquery
|
2020-12-14 22:12:15 +03:00 |
|
Amos Bird
|
6b4512809c
|
Fix const column in set index.
|
2020-11-24 22:31:59 +08:00 |
|
Alexander Tokmakov
|
b94cc5c4e5
|
remove more stringstreams
|
2020-11-10 21:22:26 +03:00 |
|
Alexey Milovidov
|
fd84d16387
|
Fix "server failed to start" error
|
2020-11-07 03:14:53 +03:00 |
|
Anton Popov
|
8d42305184
|
fix transform_null_in with sets of tuples
|
2020-11-05 21:07:44 +03:00 |
|
Alexey Milovidov
|
12f66fa82c
|
Fix 99% of typos
|
2020-08-08 04:01:47 +03:00 |
|
alexey-milovidov
|
543d2da3da
|
Merge pull request #12700 from CurtizJ/fix-performance-with-in
Fix performance with large tuples
|
2020-07-31 14:40:38 +03:00 |
|
Anton Popov
|
fc515728f4
|
fix performance with large tuples, which are interpreted as functions in IN section
|
2020-07-23 02:33:14 +03:00 |
|
Nikolai Kochetov
|
62a2f9819e
|
Make MergeTreeSetIndex::checkInRange const.
|
2020-07-21 14:15:40 +03:00 |
|
Nikolai Kochetov
|
2759d5b6ad
|
Make MergeTreeSetIndex::checkInRange const.
|
2020-07-21 14:13:35 +03:00 |
|
Nicolae Vartolomei
|
3854ce6d84
|
Rewrite Set lookup to make it more readable
|
2020-07-01 15:05:54 +01:00 |
|
Azat Khuzhin
|
d93b9a57f6
|
Forward declaration for Context as much as possible.
Now after changing Context.h 488 modules will be recompiled instead of 582.
|
2020-05-21 01:53:18 +03:00 |
|
Alexey Milovidov
|
0a7edce036
|
Checkpoint
|
2020-04-22 09:01:33 +03:00 |
|
alexey-milovidov
|
b888c867b3
|
Merge pull request #10026 from CurtizJ/speedup-index
Improve performance of index analysis with monotonic functions [2].
|
2020-04-12 06:37:26 +03:00 |
|
philip.han
|
7fa5afecb4
|
Support transform_null_in option for StorageSet
|
2020-04-10 14:42:36 +09:00 |
|
philip.han
|
c39e3a51ad
|
Fix Set::insertFromBlockImplCase()
|
2020-04-10 12:30:54 +09:00 |
|
philip.han
|
3149f75430
|
Replace a reference for Context with a copied bool value.
|
2020-04-09 17:27:55 +09:00 |
|
philip.han
|
53b5dade5e
|
Implement transform_null_in
|
2020-04-07 20:08:13 +09:00 |
|
Anton Popov
|
79024d73a2
|
improve performance of index analysis with monotonic functions
|
2020-04-06 13:37:34 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|