Running a Manual Merge

The RLV store is self-managing and performs automatic merges, as needed. However, in a few cases, you may wish to trigger a merge manually.

Prerequisites
Task
Some reasons you might consider a manual merge include
To manually run an RLV merge, use the SQL stored procedure sp_iqmergerlvstore [ [ merge_type ], [ table_name ], [ table_owner ] ].
  • If a table name is not specified, all the active data (from all RLV-enabled tables) in the RLV store will be merged into the IQ main store.
  • Merge-type can be BLOCKING | NON-BLOCKING .
  • After performing the merge, the stored procedure will automatically commit the merge transaction.
Related concepts
Automated Foreground Merge
Logged Merge Phases in IQMSG File
Post-Merge Table Fragments
Related tasks
Setting Merge Trigger Thresholds
Viewing Merge History
Related reference
sp_iqmergerlvstore Procedure