The exporter and merger are a very important part of the storage system, it is in charge of combining all of the small files contained within a temporary directory, and producing a single, large file which can be read as a directory using a ReadOnlyDirectory.
The merger is in charge of combining two or more index segments in order to reduce the required number of opened files under high load.
The exporter and merger are a very important part of the storage system, it is in charge of combining all of the small files contained within a temporary directory, and producing a single, large file which can be read as a directory using a
ReadOnlyDirectory
.The merger is in charge of combining two or more index segments in order to reduce the required number of opened files under high load.