Improve performance for backlinking pointers for shrink database operations.
The shrink database operations for 15.7 SP100 and later require that all text and image columns have backlinking pointers to the home data row in the first text page. By default, the text and backlinking pointers are created and maintained if the table contains text, image, or unitext columns. However, this can impact the performance of these commands:
To improve performance, 15.7 SP121 and later maintains backlinking pointers for the above commands only when tables are set up for replication using text and image backlinking pointers, in which case sp_reptostandby, sp_setreptable, and sp_setrepcol are run without the use_index parameter. Otherwise, the tables are marked without text and image backlinking pointers after the command execution.
Important
Since shrink database operations require text and image backlinking pointers be maintained, SAP strongly suggests you follow these steps before shrinking a database:
Table <table name> contains off-row columns that do not link back to their owning rows.