[teiid-issues] [JBoss JIRA] Created: (TEIID-1421) Support better scrolling of cached results

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Wed Jan 5 10:13:18 EST 2011


Support better scrolling of cached results
------------------------------------------

                 Key: TEIID-1421
                 URL: https://issues.jboss.org/browse/TEIID-1421
             Project: Teiid
          Issue Type: Feature Request
          Components: JDBC Driver
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 7.3


Cached result sets already have their final row known.  The client should be able to use this for more effective scrolling of the results, rather than relying on a linear scan.

Once fixed users should be able to take advantage of this by creating a resultset that is scroll insensitive and then using the absolute method to position the cursor at the desired offset in the results.  Only the first batch and the actual batch(es) needed will be fetched and the intermediate batches will be skipped.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list