guides:programming:programmers_reference_manual:rti_suppress_index_transactions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
guides:programming:programmers_reference_manual:rti_suppress_index_transactions [2025/01/14 14:20] – [RTI_SUPPRESS_INDEX_TRANSACTIONS Function] bshumskyguides:programming:programmers_reference_manual:rti_suppress_index_transactions [2025/01/14 15:17] (current) – [Example] rcarten
Line 71: Line 71:
 if prevState = "0" then if prevState = "0" then
    * indices are no longer suppressed on this table; update them    * indices are no longer suppressed on this table; update them
-   call Update_Index(file, '', '')+ 
 +   * Note: 
 +   * RTI_SUPPRESS_INDEX_TRANSACTIONS flags each index for rebuild 
 +   * Use the syntax below to rebuild all the indexes in a single pass 
 + 
 +   call Update_Index(file, '', '1')
 END END
  
  • guides/programming/programmers_reference_manual/rti_suppress_index_transactions.txt
  • Last modified: 2025/01/14 15:17
  • by rcarten