MySQL knows the type TEXT which can hold large amounts of text. Exasol's closest match is VARCHAR. At least documents up to 2 million characters should be usable through the MySQL dialect for Exasol Virtual Schema.
Acceptance Criteria
UTF text from MySQL TEXT columns visible as VARCHAR in VS (up to maximum Exasol VARCHAR size).
Situation
MySQL knows the type
TEXT
which can hold large amounts of text. Exasol's closest match isVARCHAR
. At least documents up to 2 million characters should be usable through the MySQL dialect for Exasol Virtual Schema.Acceptance Criteria
TEXT
columns visible asVARCHAR
in VS (up to maximum ExasolVARCHAR
size).