What is the equivalent datatype for clob column in elastic search?

A CLOB (character large object) value can be up to 2,147,483,647 characters long. A CLOB is used to store unicode character-based data, such as large documents in any character set.

What is the equivalent datatype for clob column in elastic search?

As per this link https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-data-types.html, text data type size is 2,147,483,647.

Can we use text datatype in elasticsearch to store clob columns?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.