Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
Description
This tasks relates to analysing performance of the implementation of packed sort keys in MDEV-21580.
First part of testing this would be
- use the random-generated latin1 varchar dataset introduced in
MDEV-21263(with more rows) - take integers and/or dates and make sure we didn't introduce a regression [can use dbt3 queries for this]
Attachments
Issue Links
- is part of
-
MDEV-21580 Allow packed sort keys in sort buffer
-
- Closed
-
- relates to
-
MDEV-21955 Packed sort keys: Evaluate performance of dynamic-length mem-comparable data encoding
-
- Closed
-
Note that this again was not reproducible on CentOS machine.
data from the two runs:
old new 100*new/old
13 12 92.31
63 50 79.37
99 108 109.09
200 189 94.50
401 378 94.26
796 759 95.35
1593 1517 95.23
3174 3001 94.55
old new 100*new/old
13 12 92.31
50 48 96.00
100 93 93.00
252 190 75.40
405 377 93.09
805 753 93.54
1610 1525 94.72
3245 3044 93.81
here, adding new virtual functions made the queries run slightly faster?