REPLICATIONASSUMEIDENTICALOUTLINE

Optimizes the replication of a partitioned, aggregate storage database when the aggregate storage database is the target and a block storage database is the source, and the two outlines are identical.

The setting affects only the target aggregate storage application (not the source block storage application) and does not apply to block storage replication.

REPLICATIONASSUMEIDENTICALOUTLINE can be enabled at the server, application, or database level. You can also use the alter database MaxL statement with the replication_assume_identical_outline grammar to enable replication optimization at the database level only.

Syntax

REPLICATIONASSUMEIDENTICALOUTLINE [appname [dbname]] TRUE | FALSE

You must restart Essbase Server to initialize changes to the configuration file.

Example

REPLICATIONASSUMEIDENTICALOUTLINE AsoSamp.Sample TRUE

Optimizes the replication of the ASOsamp.Sample database, when it is the target of a replicated partition and its outline is identical to the outline of the source block storage database.

See Also

alter database (aggregate storage) MaxL statement