Storing text more than 32762 chars in BigSQL Hadoop external table

54 Views Asked by At

I want to store a text of size 70000, but BigSQL Hadoop extrernal table restricts maximum field length to 32762. I do not want to trim or split into multiple columns. Is there any other datatype that let's me to load the full data.

1

There are 1 best solutions below

2
juergen d On

You can use CLOB

String types in DB2