Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
This tasks relates to analysing performance of the implementation of packed keys in Unique implemented in MDEV-21829.
Performance should be tested with
- EITS
- COUNT(DISTINCT col)
- GROUP_CONCAT(DISTINCT col1,col2....)
- Index merge (no packing here but we should not get regressions here)
Attachments
Issue Links
- relates to
-
MDEV-21829 Use packed sort keys in Unique objects
-
- Stalled
-
The scripts for benchmarking are here
https://github.com/varunraiko/sort-benchmark
git clone https://github.com/varunraiko/sort-benchmark.git
cd sort-benchmark
bash 01-setup-trees.sh
bash 02-run-sort-int-bench.sh count_distinct
bash 06-run-varchar-bench.sh count_distinct