Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

Queries That Are Not Cached to Disk

  • Last Updated: May 12, 2026
  • 1 minute read
    • OpenAccess SDK
    • Version 8.1
    • Documentation

The results of subqueries using the IN operator are not cached to disk even if they have large result sets:

SELECT * FROM emp WHERE deptno IN (SELECT deptno FROM dept) - Only the results of EMP table can be cached to disk. The results of the DEPT table are not cached.

Note: ORDER BY is supported on LONGVARBINARY fields and on VARCHAR fields of less than 65535 characters. In earlier releases, ORDER BY was not supported on LONGVARBINARY fields and VARCHAR fields longer than 255 characters.

TitleResults for “How to create a CRG?”Also Available inAlert