Difference between revisions of "SET AUTOHEAL"

From Recital Documentation Wiki
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
The Recital 10 database engine will now automatically repair any index files if they become corrupted if SET AUTOHEAL ON is in effect (default ON). This operation is transparent to the users and provides for high availability applications. There is now no need to have users logoff to reindex the data.
 
 
{{YLM to do}}
 
 
 
==Purpose==
 
==Purpose==
 
+
Enable or disable the automatic repair of corrupted index files
  
  
Line 12: Line 8:
  
 
==See Also==
 
==See Also==
 +
[[Fault Tolerance and High Availability]], [[INDEX]], [[REINDEX]], [[SET FSTATCACHE]], [[SET INDEX]], [[SET NETWORK]]
  
  
 
==Description==
 
==Description==
The SET AUTOHEAL command
+
If SET AUTOHEAL ON is in effect (default ON), the Recital database engine will automatically repair any index files if they become corrupted.  This operation is transparent to the users and provides for high availability applications as there is no need to have users log off to reindex the data.
 +
 
  
 
==Example==
 
==Example==

Latest revision as of 09:57, 3 July 2015

Purpose

Enable or disable the automatic repair of corrupted index files


Syntax

SET AUTOHEAL ON | OFF | (<expL>)


See Also

Fault Tolerance and High Availability, INDEX, REINDEX, SET FSTATCACHE, SET INDEX, SET NETWORK


Description

If SET AUTOHEAL ON is in effect (default ON), the Recital database engine will automatically repair any index files if they become corrupted. This operation is transparent to the users and provides for high availability applications as there is no need to have users log off to reindex the data.


Example

set autoheal on


Products

Recital, Recital Server, Recital Web