Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
It comes out that server doesn't honors group by handlers that supports OFFSET on their own and the server code in select_send::send_data tries to reapply OFFSET to the set returned by the handler[1]
select i from t1 group by i limit 10,20; # Start from offset 10
There is only engine that supports both group by handler and internal sorting ATM, so one could reproduce this only with columnstore engine built of:
- develop branch columnstore fork of the server's code
- develop branch columnstore engine
Attachments
Issue Links
- is part of
-
MCOL-1052 Implement GROUP BY pushdown support
-
- Closed
-
- relates to
-
MCOL-3903 Performance regression in INSERT..SELECT
-
- Closed
-
-
MDEV-18553 Make LIMIT/OFFSET processing uniform
-
- Closed
-
Activity
Transition | Time In Source Status | Execution Times |
---|
|
222d 3h 45m | 1 |
|
7d 23h 48m | 1 |
|
252d 21h 50m | 1 |
|
17d 22h 26m | 1 |