Zheng Shao wrote:
1. Yes the performance will be affected, especially we are doing one regex match per row, as well as creating a lot of String objects. If we define them as int and uses the default row format, we won't create those String objects.
Is there anything I can do to alleviate this without reformatting the data ? thanks
