Closed leoliaolei closed 3 months ago
Hi @leoliaolei,
LENGTH is simply a reference for the maximum expected size of the records. For example, if you set LENGTH=1024, any record longer than 1024 bytes will be ignored during the merge.
Best regards, and sorry for the delay.
When executing merge command
merge DBNAME/TABLENAME1 into DBNAME/TABLENAME2 max LENGTH
, how to set value for parameterLENGTH
?