[
https://issues.apache.org/jira/browse/PHOENIX-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536431#comment-17536431
]
Istvan Toth commented on PHOENIX-6712:
--------------------------------------
I can see this being implemented for TYPE_SCROLL_INSENSITIVE by simply caching
all RS rows.
Would need to manage somehow the memory usage, though.
> PhoenixResultSet: Method implementation of flexible cursor methods (e.g.
> previous(), absolute(int row))
> -------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-6712
> URL: https://issues.apache.org/jira/browse/PHOENIX-6712
> Project: Phoenix
> Issue Type: New Feature
> Components: core
> Reporter: Dennis Suhari
> Priority: Major
>
> Implementation of currently not implemented methods that allow to move
> flexible within the ResultSet like previous(), absolute(int row) etc. These
> can be seen her [phoenix/PhoenixResultSet.java at master · apache/phoenix ·
> GitHub.|https://github.com/apache/phoenix/blob/master/phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixResultSet.java]
> This is a standard functionality if you work with databases, which makes
> things a lot easier when it comes to pagination in user interfaces e.g. I am
> currently working in a bank, where we need this standard functionality for a
> sales analytics dashboard. So this is something that brings concrete business
> value.
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)