Cache Dbspace for Direct-Attached Storage

Use the cache dbspace to add direct-attached storage devices, such as high-performance solid-state disks (SSDs), to your multiplex nodes or simplex server. Local direct-attached storage provides an SSD buffer pool extension to your database, which can improve I/O performance in general, and shared SAN device performance in particular.

Configure a cache dbspace local to each node. The server then caches copies of locally used read-only pages—for the IQ main store dbspaces to which this node has affinity—in the cache dbspace. In subsequent reads from the IQ main store dbspace files, the server first checks the cache dbspace to see if the page exists. If it does exist, the server reads the page from the high-speed SSD cache dbspace, rather than the shared SAN IQ main store dbspace, thereby increasing performance.

Use SAP Control Center and these stored procedures to report key performance indicators for your direct-attached storage:

The CREATE DBSPACE statement now supports cache dbspaces. You can also create the cache dbspace, and manage the dbspace and its storage, using SAP Control Center.

See these topics in the SAP Sybase IQ 16.0 SP2 documentation:
Related concepts
Read This First: Helpful Hints Before You Start Using SAP Sybase IQ 16
Stored Procedure Changes
SQL Statement Changes