[ https://issues.apache.org/jira/browse/LUCENE-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973210#action_12973210 ]
Jason Rutherglen commented on LUCENE-2825: ------------------------------------------ bq. some queries were actually faster with NIOFS on these platforms I think that's to be expected. MMap should be faster than NIOFS in all cases, if it's not then the JVM could be to blame (on 64-bit). There's notes at: LUCENE-753 Doesn't MMap automatically consume a lot more memory? > FSDirectory.open should return MMap on 64-bit Solaris > ----------------------------------------------------- > > Key: LUCENE-2825 > URL: https://issues.apache.org/jira/browse/LUCENE-2825 > Project: Lucene - Java > Issue Type: Improvement > Components: Store > Reporter: Robert Muir > Fix For: 3.1, 4.0 > > Attachments: LUCENE-2825.patch > > > MMap is ~ 30% faster than NIOFS on this platform. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org