[ https://issues.apache.org/jira/browse/LUCENE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125211#comment-13125211 ]
Simon Willnauer edited comment on LUCENE-3496 at 10/11/11 5:35 PM: ------------------------------------------------------------------- bq. I think we need to make this (RAM vs CPU tradeoff) settable by the app, at indexing time? I think we should do that. Maybe via IWC? bq. I noticed that with BYTES_VAR_SORTED the memory usage varied a lot during the test execution from around 10MB to 320MB. The memory usage for BYTES_FIXED_SORTED is stable around 10MB. yeah, the VAR_SORTED variant loads the ords in memory which is wrong though. However, LUCENE-3507 is adressing this issue. one thing I noticed about the patch is that you consider 0 ords as null values which is not the case in IDV. All documents do have values, there is nothing like missing values. VAR_BYTES will return a 0-length byte and FIXED_BYTES will return a fixed-length 0-byte array. Numeric variants default to 0 and 0.0 receptively. was (Author: simonw): bq. I think we need to make this (RAM vs CPU tradeoff) settable by the app, at indexing time? I think we should do that. Maybe via IWC? bq. I noticed that with BYTES_VAR_SORTED the memory usage varied a lot during the test execution from around 10MB to 320MB. The memory usage for BYTES_FIXED_SORTED is stable around 10MB. yeah, the VAR_SORTED variant loads the ords in memory which is wrong though. However, LUCENE-3507 is adressing this issue. > Support grouping by IndexDocValues > ---------------------------------- > > Key: LUCENE-3496 > URL: https://issues.apache.org/jira/browse/LUCENE-3496 > Project: Lucene - Java > Issue Type: New Feature > Components: modules/grouping > Reporter: Martijn van Groningen > Attachments: LUCENE-3496.patch, LUCENE-3496.patch, LUCENE-3496.patch > > > Although IDV is not yet finalized (More particular the SortedSource). I think > we already can discuss / investigate implementing grouping by IDV. -- 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