Restrictions for caching in Watson Query
When you create a cache in Watson Query, you must consider certain restrictions.
Caching in Watson Query is subject to the following restrictions:
- You can't use the
fetch first n rows
clause. - You can't use the
order by
clause. - You can't use
select
statements that use thewith
clause. - Data types that are not supported:
- BINARY (BINARY is not supported; however, VARBINARY is supported)
- CHAR FOR BIT DATA, VARCHAR FOR BIT DATA
- DECFLOAT
- GRAPHIC, VARGRAPHIC
- LOB types (BLOB, CLOB, DBCLOB)
- LONG VARCHAR, LONG VARGRAPHIC (These types are deprecated in Db2®)
- TIME
- XML
Watson Query caching is built on Db2 Big SQL capabilities that involve Hadoop MQTs. The following restrictions apply.
- You must be aware of restrictions in the
CREATE TABLE (HADOOP)
statement. For more information, see CREATE TABLE (HADOOP) statement in the Db2 Big SQL product documentation.
Watson Query caching is also built on Db2 MQT capabilities. The following Db2 MQT restrictions apply. For more information, see Materialized query table restrictions in the Db2 product documentation.
- You must be aware of
fullselect
component restrictions. For more information, see fullselect in the Db2 product documentation. - If IBM Knowledge
Catalog policy enforcement is enabled in
Watson Query, direct access to cache tables (MQT tables with names that start with
DV*
in theCACHESYS
schema) is denied to all users.