Red Hat Training

A Red Hat training course is available for Red Hat JBoss Data Virtualization

4.6. Caching Limitations

  • XML, BLOB, CLOB, and OBJECT type cannot be used as part of the cache key for prepared statement of procedure cache keys.
  • The exact SQL string, including the cache hint if present, must match the cached entry for the results to be reused. This allows cache usage to skip parsing and resolving for faster responses.
  • Result set caching is transactional by default using the NON_XA transaction mode. To use full XA support, change the configuration to use NON_DURABLE_XA.
  • Clearing the results cache clears all cache entries for all VDBs.