Executor Command Cache

Use the Executor command cache to cache column names and datatypes for a primary Adaptive Server database table, when a Sybase RepAgent initially sends an insert, delete, or update LTL command for that table.

Metadata such as column name and datatype are part of the table schema that RepAgent sends as well as the data associated with an insert, delete, or update command. However, with caching:

To replicate subsequent operations on the same table, RepAgent sends only the column data, since the Replication Server Executor command cache stores the metadata. The combination of RepAgent metadata reduction and using the Replication Server Executor command cache improves replication performance because caching:

Note: The cache contains only metadata from tables that have been modified by an insert, update, or delete operation.

See Replication Server Administration Guide Volume 2 > Performance Tuning > Suggestions for Using Tuning Parameters > Executor Command Cache.

System Requirements

Table metadata reduction requires LTL version 740 or later, and Adaptive Server 15.7 or later.