Hi, Our application space is such that there is data that might not be read for a long time. The data is mostly immutable. How should I approach detecting/solving the bitrot problem? One approach is read data and let read repair do the detection, but given the size of data, that does not look very efficient.
Has anybody solved/workaround this or has any other suggestions to detect and fix bitrot? Thanks Anand