You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2012/05/29 16:38:22 UTC

[jira] [Created] (ACCUMULO-610) Make the VersioningIterator seek when appropriate

Billie Rinaldi created ACCUMULO-610:
---------------------------------------

             Summary: Make the VersioningIterator seek when appropriate
                 Key: ACCUMULO-610
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-610
             Project: Accumulo
          Issue Type: Improvement
          Components: client
            Reporter: Billie Rinaldi
            Assignee: Billie Rinaldi
             Fix For: 1.5.0


Currently the VersioningIterator calls next() until it reaches the first version of the next cell.  It could instead behave like the ColumnFamilySkippingIterator which calls next() a few times, then gives up and seeks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (ACCUMULO-610) Make the VersioningIterator seek when appropriate

Posted by "Billie Rinaldi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billie Rinaldi resolved ACCUMULO-610.
-------------------------------------

    Resolution: Fixed
    
> Make the VersioningIterator seek when appropriate
> -------------------------------------------------
>
>                 Key: ACCUMULO-610
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-610
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: client
>            Reporter: Billie Rinaldi
>            Assignee: Billie Rinaldi
>              Labels: iterator
>             Fix For: 1.5.0
>
>
> Currently the VersioningIterator calls next() until it reaches the first version of the next cell.  It could instead behave like the ColumnFamilySkippingIterator which calls next() a few times, then gives up and seeks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira