Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There are some file formats (e.g., Parquet) which are not splittable. They can usually span multiple HDFS blocks if one file is very large. It causes remote HDFS access and limits the parallel degree, resulting in significant performance degradation.
We can solve this problem if StoreTableExec or
{Col|SortBased}PartitionStoreExec can punctuate the final output file according to the written size.
In addition, we need to support a session variable to determine the per file size of final output files. So, TAJO-928 blocks this issue.