Promoted Columns

A single value field (or even a specific value of a multi-valued field), which is a part of XMLRECORD, can be promoted as a computed column of the table and used in relational search conditions. Furthermore, a relational index can be created on the computed column to improve the query performance. This section provides details about the setup and script execution for various databases.

During the initial separation process, all the promoted columns available in the LIVE database are created in the RO database using the utility script.

A stored procedure is used to generate and execute the function required for the promoted column, add the promoted column to the table, and create index on the promoted column.

The execution of stored procedure for a particular table checks if the table exists in the DLM database.

  • If the table exists already, it compares the promoted columns available in the LIVE table and DLM table
  • If not, additional promoted column founds in the LIVE table will be created in the DLM table
NOTE: Any real columns defined in the LIVE database for a given table will not be moved to the DLM database.

Setup

As part of promoted columns setup, you need to create the set of promoted column procedure in DLM database, which is generated as a part of initial separation scripts.


Bookmark Name Actions
Feedback
x