Partition data directories into multiple "bucket" directories -------------------------------------------------------------
Key: SOLR-1533 URL: https://issues.apache.org/jira/browse/SOLR-1533 Project: Solr Issue Type: New Feature Reporter: Shalin Shekhar Mangar Fix For: 1.5 Provide a way to partition data directories into multiple "bucket" directories. For example, instead of creating 10,000 data directories inside one base data directory, Solr can assign a core to one of 4 base directories, thereby distributing them. The underlying problem is that with large number of indexes, we see slower and slower system performance as one goes on increasing the number of cores, thereby increasing the number of directories in the single data directory. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.