[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-340) ScrollableResults exploits batch loading for backwards and random order scrolling

Sanne Grinovero (JIRA) noreply at atlassian.com
Sun Feb 1 07:52:38 EST 2009


ScrollableResults exploits batch loading for backwards and random order scrolling
---------------------------------------------------------------------------------

                 Key: HSEARCH-340
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-340
             Project: Hibernate Search
          Issue Type: Improvement
          Components: query
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 3.1.1


ScrollableResults is trying to load by batches only in forward direction, even if this is the most common use it is trivial to make it a bit smarter.
This also improves  a "somehow random" loading order, as far as the requested entities are not too far away from each other, or if a "random intelligent" pattern will result in loading all results as end result (and enough memory is available so that caches were not emptied).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list