[ https://issues.apache.org/jira/browse/LUCENE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Simon Willnauer resolved LUCENE-3507. ------------------------------------- Resolution: Fixed committed in rev. 1182240 - thanks mike for reviewing > Improve Memory Consumption for merging DocValues SortedBytes variants > --------------------------------------------------------------------- > > Key: LUCENE-3507 > URL: https://issues.apache.org/jira/browse/LUCENE-3507 > Project: Lucene - Java > Issue Type: Improvement > Components: core/index > Affects Versions: 4.0 > Reporter: Simon Willnauer > Assignee: Simon Willnauer > Fix For: 4.0 > > Attachments: LUCENE-3507.patch, LUCENE-3507.patch > > > Currently SortedBytes are loaded into memory during merge which could be a > potential trap. Instead of loading them into Heap memory we can merge those > sorted values with much smaller memory and without loading all values into > ram. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org