Jim Apple has posted comments on this change.
Change subject: Experiment: glibc strncmp/memcmp appears much faster than SSE4.2
......................................................................
Patch Set 1:
I can confirm this is much faster on my machine. Specifically, select count(*)
from long_strings where s <= repeat("a", 2048) is about 5x faster if every
value is repeat("a", 2048).
I can send a patch. What is a good table to use for adding a query like this to
targeted-perf?
--
To view, visit http://gerrit.cloudera.org:8080/6768
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie4786a4a75fdaffedd6e17cf076b5368ba4b4e3e
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Jim Apple <[email protected]>
Gerrit-Reviewer: Dan Hecht <[email protected]>
Gerrit-Reviewer: Jim Apple <[email protected]>
Gerrit-Reviewer: Mostafa Mokhtar <[email protected]>
Gerrit-HasComments: No