Maksim Kita
|
9763c4a4fb
|
IColumn added skipSerializedInArena method
|
2021-03-06 14:36:37 +03:00 |
|
Alexey Milovidov
|
00e6b6232f
|
Revert "optimize aggfunc column data copy (#19407)"
This reverts commit 7e3186c826 .
|
2021-02-21 12:49:50 +03:00 |
|
templarzq
|
7e3186c826
|
optimize aggfunc column data copy (#19407)
* optimize agg column data copy
* add aggfunc col data copy test
* fix null warning
* fix style
* fix style
* fix style
* fix style
* fix copy same dat to same pos bug
* fix style
* fix style
* Update ColumnAggregateFunction.cpp
fix type check
* control record buf size
* fix performance
* fix performance
* fix destroy data speed
* decrease run time.
* fix warning
* decrease test run time
* Update aggfunc_col_data_copy.xml
* replace unordered_map with HashMap
* fix compile err
* fix compile err
* fix compile err
* fix compile err
* fix compile err
* fix compile err
* fix compile err
* fix compile err
* fix compile err
* fix hash map compile err
* fix compile err
* fix compile err
* fix format
* faster test
Co-authored-by: centos7 <templarzq@localhost.localdomain>
|
2021-02-08 16:18:48 +03:00 |
|
Alexey Milovidov
|
522ccddbec
|
Better code
|
2021-01-14 23:05:00 +03:00 |
|
Alexey Milovidov
|
f60c5f8296
|
Merge branch 'master' into templarzq/master
|
2021-01-14 22:33:11 +03:00 |
|
templarzq
|
8b98b467b6
|
Update ColumnAggregateFunction.cpp
|
2021-01-13 13:57:42 +08:00 |
|
templarzq
|
c310f69dc3
|
Update ColumnAggregateFunction.cpp
|
2021-01-13 10:35:33 +08:00 |
|
templarzq
|
36381ce35e
|
Update ColumnAggregateFunction.cpp
|
2021-01-12 14:36:26 +08:00 |
|
templarzq
|
8704136300
|
Update ColumnAggregateFunction.cpp
|
2021-01-11 14:38:21 +08:00 |
|
templarzq
|
7d1842cb19
|
Update ColumnAggregateFunction.cpp
|
2021-01-11 10:49:18 +08:00 |
|
templarzq
|
bf90fcc98e
|
Update ColumnAggregateFunction.cpp
fix warning
|
2021-01-11 10:40:03 +08:00 |
|
templarzq
|
ee8e3f94e7
|
Update ColumnAggregateFunction.cpp
convert eol to LF
|
2021-01-08 16:08:12 +08:00 |
|
templarzq
|
c7a3ae305a
|
Update ColumnAggregateFunction.cpp
fix style check
|
2021-01-08 15:14:42 +08:00 |
|
templarzq
|
ab9a3eaecb
|
Update ColumnAggregateFunction.cpp
|
2021-01-08 14:21:44 +08:00 |
|
templarzq
|
0b6c0d474f
|
Update ColumnAggregateFunction.cpp
|
2021-01-07 15:33:42 +08:00 |
|
Alexey Milovidov
|
a368a6802d
|
Move implementation inside out
|
2021-01-03 01:58:10 +03:00 |
|
Ivan Lezhankin
|
f897f7c93f
|
Refactor IFunction to execute with const arguments
|
2020-11-17 16:24:45 +03:00 |
|
Nikolai Kochetov
|
ce2f6a0560
|
Part 4.
|
2020-10-18 00:41:50 +03:00 |
|
Nikolai Kochetov
|
a7fb2e38a5
|
Use ColumnWithTypeAndName as function argument instead of Block.
|
2020-10-09 10:41:28 +03:00 |
|
Nikita Mikhaylov
|
4d49d2c671
|
another removes
|
2020-07-30 13:31:14 +03:00 |
|
Alexey Milovidov
|
df2c7fec24
|
Add comment
|
2020-07-10 08:42:09 +03:00 |
|
Alexey Milovidov
|
c610a4b0a8
|
Fix error with ownership of aggregate function states with nested states
|
2020-07-10 08:28:34 +03:00 |
|
alesapin
|
84f8bf1e14
|
Merge pull request #10697 from CurtizJ/polymorphic-parts
Polymorphic parts (in-memory format)
|
2020-07-08 13:25:45 +03:00 |
|
Alexey Milovidov
|
9c53a90e3d
|
Non-significant changes
|
2020-07-08 06:16:20 +03:00 |
|
Anton Popov
|
4422df2e37
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-07-02 20:18:21 +03:00 |
|
Anton Popov
|
88b325dcdc
|
rework distinct combinator
|
2020-06-17 22:36:27 +03:00 |
|
Anton Popov
|
b19d48a11c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-06-16 06:37:55 +03:00 |
|
Alexey Milovidov
|
decac918a2
|
Fix error
|
2020-06-09 05:03:22 +03:00 |
|
Alexey Milovidov
|
ef7b054443
|
Speed up merging in AggregatingMergeTree
|
2020-06-09 00:53:32 +03:00 |
|
Anton Popov
|
1ce09e1faa
|
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
|
2020-06-03 16:27:54 +03:00 |
|
Nikolai Kochetov
|
3a0acb00c1
|
Remove some streams.
|
2020-06-01 19:31:06 +03:00 |
|
Anton Popov
|
6d8749b100
|
in-memory parts: faster computation of checksums
|
2020-05-21 01:16:08 +03:00 |
|
Vasily Morozov
|
ca1bf06498
|
updatePermutation
|
2020-05-18 13:16:49 +03:00 |
|
Nikolai Kochetov
|
f65305878b
|
Destructive IAggregateFunction::insertResultInto and ColumnAggregateFunction::convertToValues (#10890)
* Destructive IAggregateFunction::insertResultInto and ColumnAggregateFunction::convertToValues
* Try fix build.
* Try fix build.
* Fix build.
* Make convertToValues static.
* fix build.
* Remove const casts.
* Added comment.
* Fix build.
* Fix build.
* Add test.
* Fix test.
|
2020-05-14 10:59:14 +03:00 |
|
Alexey Milovidov
|
1e325a9fd9
|
Checkpoint
|
2020-04-22 09:22:14 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|