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

        

Reply via email to