Creating a compression memory pool

When Adaptive Server reads a page from a compressed dump, it selects a compressed block from the dump, decompresses it, and extracts the required page. The decompression in Adaptive Server is done using large buffers from a special memory pool. Configure the size of the pool using:

sp_configure ‘compression memory size’, size

This is a dynamic configuration parameter, and the size is given in 2KB pages. If size is set to 0, no pool is created, and you cannot load a compressed dump.

To determine the optimal size for your pool, consider these two factors:

As an absolute minimum, allow one concurrent user two buffers per archive database.