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

[CARBONDATA-3217] Optimize implicit filter expression performance by removing extra serialization #3039

Commits on Dec 31, 2018

  1. Fixed performance issue for Implicit filter column

    1. Removed serialization all the implicit filter values in each task. Instead serialized values only for the blocks going to particular task
    2. Removed 2 times deserialization of implicit filter values in executor for each task. 1 time is sufficient
    manishgupta88 committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    73390e0 View commit details
    Browse the repository at this point in the history