]
Steven Hawkins resolved TEIID-1421.
-----------------------------------
Resolution: Done
Added client logic to take advantage of the last row as early as possible
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: