-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
QE 2024-03-04, QE 2024-03-18, QE 2024-04-01
-
152
For block hashagg we need an efficient ANDing of boolean blocks. This means analyzing the type of each block and having some special cases. For the worst case we can just call .extract() and manually go through the blocks pairwise.
- is related to
-
SERVER-83799 Investigate implementing bitset blocks
- Closed