Aaron McCurry created BLUR-19:
---------------------------------

             Summary: Remove restriction on shards being based on hashes of the 
rowid
                 Key: BLUR-19
                 URL: https://issues.apache.org/jira/browse/BLUR-19
             Project: Apache Blur
          Issue Type: Improvement
            Reporter: Aaron McCurry


Once complete then new shards could be added to tables on the fly this would be 
great for data growth.  However the penalty will be paid during updates.  If a 
row is replaced that means that a delete will have to be broadcast throughout 
the table (all the shards).  A bloomfilter on the rowids could help here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to