[SYSTEMDS-3644] Compressed transform encode#2171
Closed
Baunsgaard wants to merge 81 commits intoapache:mainfrom
Closed
[SYSTEMDS-3644] Compressed transform encode#2171Baunsgaard wants to merge 81 commits intoapache:mainfrom
Baunsgaard wants to merge 81 commits intoapache:mainfrom
Conversation
e795ec9 to
909535c
Compare
fc30a33 to
3e55f99
Compare
Contributor
Author
|
This commit merge the BWARE optimizations to transform encode. Attached are the full logs for various transformations. Notable results include : passthough compressed 3x faster. before
Transform Encode Perf: rows: 10000000 schema:[UINT4, UINT4, UINT4, UINT4, UINT4, UINT4, UINT4, UINT4, UINT4, UINT4]
{}
Normal, 207.217+- 11.819 ms,
Compressed, 336.523+- 26.097 ms,
after:
Transform Encode Perf: rows: 10000000 schema:[UINT4, UINT4, UINT4, UINT4, UINT4, UINT4, UINT4, UINT4, UINT4, UINT4]
{}
Normal, 212.838+- 4.184 ms,
Compressed, 106.941+- 43.943 ms, hash to dummy encode 3 x faster uncompressed. Before:
Transform Encode Perf: rows: 10000000 schema:[INT32, INT32, INT32, INT32, INT32, INT32, INT32, INT32, INT32, INT32]
{ids:true, hash:[1,2,3,4,5,6,7,8,9,10], K:10, dummycode:[1,2,3,4,5,6,7,8,9,10]}
Normal, 6556.340+-466.647 ms,
Compressed, 445.022+- 29.709 ms,
After:
Transform Encode Perf: rows: 10000000 schema:[INT32, INT32, INT32, INT32, INT32, INT32, INT32, INT32, INT32, INT32]
{ids:true, hash:[1,2,3,4,5,6,7,8,9,10], K:10, dummycode:[1,2,3,4,5,6,7,8,9,10]}
Normal, 2435.954+-267.029 ms,
Compressed, 472.872+- 35.932 ms, Full logs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.