Am having doubt i have solr 5.2.1 running on linux machine, when i check the segment files in the index data directory i see lot of .cfs file(which is compound file segment) more details here in https://lucene.apache.org/solr/guide/6_6/indexconfig-in-solrconfig.html#IndexConfiginSolrConfig-CompoundFileSegments.
Is it good to have .cfs file for performance and replication activity. Because i see lot of full copy replication happening on the salve side.
I did a comparison with another solr environment where i run 4.2.1 on windows machine. I don't see any segment file in index data directory with *.cfs and the only difference between these two environment in config is i see that
<usecompoundfile>false</usecompoundfile>
The above config is explicitly defined in the solr which am running on windows, but in the solr which i run on linux i haven't defined any such since by default it will be treated as false. Could anyone please clarify me on this.
Thanks