Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance enhancements for high cardinality types #480

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

zurdoron
Copy link

during the population stage in the cycle the ordinal map of each type is populated sequentially, in high cardinality types this can relatively a long time (for us a type with 20M values took around 25s), this enhancement allows the population of the internal hashmap of the ByteArrayOrdinalMap to scale to multiple cores and thus dramatically reduce the time of the population stage

@zurdoron zurdoron changed the title Performance enhancements for high cardinality type Performance enhancements for high cardinality types Jul 27, 2020
@brachi-wernick
Copy link

We also faced this slowness when using high cardinality types.
I would want to use this improvement, what is the status of this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants