Hi, What would be an optimal FS block size to use? Using Solr 4.7.2, I have an RAID-5 of SSD drives currently configured with a 128KB block size. Can I expect better indexing/query time performance with a smaller block size (say 8K)? Considering my documents are almost always smaller than 8K. I assume all stored fields would fit into one block which is good, but what will Lucene prefer for reading a long posting list and other data structures.
Any rules of thumb or anyone that had experimented on this?