Difference between revisions of "SET AUTOHEAL"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
− | + | Enable or disable the automatic repair of corrupted index files | |
Line 13: | Line 8: | ||
==See Also== | ==See Also== | ||
+ | [[Fault Tolerance and High Availability]], [[INDEX]], [[REINDEX]], [[SET FSTATCACHE]], [[SET INDEX]], [[SET NETWORK]] | ||
==Description== | ==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== | ==Example== | ||
Line 23: | Line 20: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital, Recital Server, Recital Web |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] |
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