Login  Register

Re: Grammar about supporting string longer than 32000 characters

Posted by xuchuanyin on May 03, 2018; 2:47pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Grammar-about-supporting-string-longer-than-32000-characters-tp47731p48047.html

In traditional RDBMS, varchar(N) means the value contains at least N characters, at the DBMS will truncate the value if its length is longer than N.

Will we implement like this too? Truncate the string value to N if its length is longer than N?