You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2013/06/05 19:26:20 UTC

[jira] [Created] (ACCUMULO-1495) Host multiple read-only versions of tablets for query performance

Christopher Tubbs created ACCUMULO-1495:
-------------------------------------------

             Summary: Host multiple read-only versions of tablets for query performance
                 Key: ACCUMULO-1495
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1495
             Project: Accumulo
          Issue Type: New Feature
            Reporter: Christopher Tubbs


It might be worth providing read-only views of tablets on multiple servers, while writes go to a single authoritative server. This could improve query performance in some cases.

Some things to consider:

# Consistency: can I read what I've just written?
# Configuration: how many copies?
# Configuration: how long between syncs?
# Performance: locality, number of file replicas

Variation:

Permit multiple hosting only on tables that have been locked for writes (useful with a strictly enforced clone-and-lock feature).

--
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