Re: Propose configurable page size in MB (via carbon property)

2018-10-22 Thread xuchuanyin
OK, anyway please take care of the loading performance. The validation can only be checked for those fields that may cross the boundary (e.g. varchar and complex), and for the ordinary fields, just skip the validation. -- Sent from:

Re: Propose configurable page size in MB (via carbon property)

2018-10-22 Thread Ajantha Bhat
Hi xuchuanyin, Thanks for your inputs. Please find some details below. 1. Already there was a size based validation in code for each row processing. In 'isVarCharColumnFul()' method. It was checking only for varchar columns. Now I am checking complex as well as string columns. 2. The logic is