[hibernate-issues] [Hibernate-JIRA] Resolved: (HSEARCH-340) ScrollableResults exploits batch loading for backwards and random order scrolling
Sanne Grinovero (JIRA)
noreply at atlassian.com
Thu Mar 26 18:42:38 EDT 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sanne Grinovero resolved HSEARCH-340.
-------------------------------------
Resolution: Fixed
merged from trunk
> 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