Shared Temporary Stores

Shared temporary stores communicate and store temporary on-disk structures for distributed query processing.

The shared temporary store is a dbspace that is automatically created when you create a new database. You can create shared temporary stores in databases created in versions earlier than 15.3 by upgrading them.

By default, a shared temporary store has no storage. To enable distributed processing, allocate shared storage for the shared temporary store.

If any of the shared temporary dbspace files cannot be opened, the node starts normally but declares the dbspace dynamically offline. The affected node runs normally but cannot distribute queries or participate in distributed queries.

All multiplex nodes still require local temporary storage. Temporary tables cannot be stored or shared in the shared temporary store. Local and shared temporary stores share the existing temporary buffer caches.

See these topics in the Sybase IQ documentation:
Related concepts
Distributed Query Processing
Logical Servers