Rick Hillegas created DERBY-6328:
------------------------------------

             Summary: Improve Store error messages and repair tools for corrupt 
index conglomerates.
                 Key: DERBY-6328
                 URL: https://issues.apache.org/jira/browse/DERBY-6328
             Project: Derby
          Issue Type: Improvement
          Components: SQL, Store
    Affects Versions: 10.11.0.0
            Reporter: Rick Hillegas


If file system write-caching is enabled and the machine crashes, Derby 
conglomerates can be corrupted. By default, write-caching is usually enabled. 
For performance reasons, applications often leave it on despite our warning 
that this can lead to data corruption. To reduce the tech-support burden for 
these applications, we could do the following:

o Improve Store error messages for errors caused by corrupt conglomerates. If 
the Store knows that a conglomerate is corrupt, the error message ought to be 
able to indicate which conglomerate needs repair. XBM0U is an example of an 
error message which could carry this extra information.

o We could provide a system procedure which takes an index conglomerate number 
as an argument and then drops and re-creates that conglomerate. This may result 
in a cascading series of conglomerate recreations if foreign keys are involved. 
This could be cheaper than compressing all of the tables in a big database 
after one conglomerate becomes corrupt.

This enhancement request was suggested by a discussion on DERBY-5221.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to