[ https://issues.apache.org/jira/browse/TRAFODION-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16296100#comment-16296100 ]
ASF GitHub Bot commented on TRAFODION-2849: ------------------------------------------- Github user liuyu000 commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/1350#discussion_r157655715 --- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc --- @@ -367,6 +369,9 @@ SECOND 0-59 + FRACTION(n) 0-999999 + in which n is the number of significant digits (default is 6; minimum is 1; maximum is 6); + stored in 2, 4, or 8 bytes depending on number of digits^2^ +.2+| LOB Data Types .2+| LOB | BLOB | Binary Large Object .2+| 10G – no limit + +Currently it sets to 10G (default) and it’s controlled by the `CQD LOB_MAX_SIZE`, the size can be changed depending on your needs. --- End diff -- OK, thanks Dave. :) > Add BLOB and CLOB for *Trafodion SQL Reference Manual* > ------------------------------------------------------ > > Key: TRAFODION-2849 > URL: https://issues.apache.org/jira/browse/TRAFODION-2849 > Project: Apache Trafodion > Issue Type: Documentation > Reporter: Liu Yu > Assignee: Liu Yu > -- This message was sent by Atlassian JIRA (v6.4.14#64029)