Manish Gupta created CARBONDATA-3217:
----------------------------------------
Summary: Optimize implicit filter expression performance by removing extra serialization
Key: CARBONDATA-3217
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3217 Project: CarbonData
Issue Type: Bug
Reporter: Manish Gupta
# Currently all the filter values are getting serialized for all the tasks which is increasing the schedular delay thereby impacting the query performance.
# For each task 2 times deserialization is taking place in the executor side which is not required. 1 time is suficient
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)