Re: In every query, carbondata has to scan all the segment file. This may takes too much time.
Posted by
vikramahuja1001 on
Jul 19, 2021; 5:06am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/In-every-query-carbondata-has-to-scan-all-the-segment-file-This-may-takes-too-much-time-tp108997p109002.html
Hi,
This issue has already been fixed. The segments do not refresh from cache if the segment file name has not been updated.
Please find the solution in the following PR :
https://github.com/apache/carbondata/pull/3988Kindly check the changes in TableStatusReadCommittedScope.java class
Thanks
Vikram Ahuja