Page 1 of 1

Text DataType in Vertica

Posted: Mon Jul 28, 2014 8:09 pm
by ayush068
Hi,

I have a task to transfer data from mySql database to Vertica. But there is a column with 'TEXT' datatype in mysql which exceeds 64000bytes. Could anyone suggest how to handle such datatypes in vertica.

Thanks in advance.

Re: Text DataType in Vertica

Posted: Tue Jul 29, 2014 4:09 am
by NorbertKrupa
You can use LONG VARCHAR if you're on version 7. However, you should evaluate the need for and avoid such data due to performance issues (and poor encoding).