Differences

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

Link to this comparison view

admin:basics:updates:triggers [2011/04/12 18:12]
doc
admin:basics:updates:triggers [2016/06/28 22:38]
Line 1: Line 1:
-~~NOTOC~~ 
  
-{{page>:​top_add&​nofooter&​noeditbtn}} 
- 
-====== Administration:​ Omnidex Fundamentals ====== 
- 
-===== Omnidex Updates ===== 
- 
-[[admin:​basics:​updates:​home|Overview]] |  
-[[admin:​basics:​updates:​offline|Offline Updates]] |  
-[[admin:​basics:​updates:​online|Online Updates]] |  
-[[admin:​basics:​updates:​grid|Grid Updates]] | 
-**[[admin:​basics:​updates:​triggers|Triggered Updates]]** 
----- 
- 
-==== Triggered Updates ==== 
- 
-Omnidex allows some relational database to use triggers to send INSERT, DELETE and UPDATE requests to Omnidex. ​ For Oracle and Microsoft SQL Server, Omnidex allows triggers to be installed on a table that copy changes to a separate transaction table. The [[programs:​odxaim:​home|OdxAIM program]] can generate triggers for tables with Omnidex indexes. ​ These triggers log the changes to the data in a separate, intermediate transaction table, and then OdxAIM processes this transaction table in the background to update the Omnidex indexes. ​ This approach preserves transactional integrity, though there is a short delay between the updates of the database and the indexes. 
- 
-This triggered approach is appropriate for a low volume of updates. ​ Relational database triggers will require additional resources from the database, as will the logging and processing into the transaction table. ​ This is in addition to the resources required to update the Omnidex indexes, as discussed in [[admin:​basics:​updates:​online|Online Updates]]. ​ This approach is not recommended for large volumes of updates. 
- 
-====  ==== 
- 
-**[[admin:​basics:​updates:​grid|Prev]]** 
- 
-====== Additional Resources ====== 
-See also: 
-{{page>:​admin:​basics:​see_also&​nofooter&​noeditbtn}} 
- 
-{{page>:​bottom_add&​nofooter&​noeditbtn}} 
 
Back to top
admin/basics/updates/triggers.txt ยท Last modified: 2016/06/28 22:38 (external edit)