You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Christian Kohlschütter (JIRA)" <ji...@apache.org> on 2011/01/10 15:23:48 UTC

[jira] Commented: (LUCENE-2500) A Linux-specific Directory impl that bypasses the buffer cache

    [ https://issues.apache.org/jira/browse/LUCENE-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979588#action_12979588 ] 

Christian Kohlschütter commented on LUCENE-2500:
------------------------------------------------

I guess it would not be difficult to add Mac OS X support (via F_NOCACHE)?

see http://evanjones.ca/write-latency-alignment.html


> A Linux-specific Directory impl that bypasses the buffer cache
> --------------------------------------------------------------
>
>                 Key: LUCENE-2500
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2500
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/*
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 3.1, 4.0
>
>         Attachments: LUCENE-2500.patch
>
>
> I've been testing how we could prevent Lucene's merges from evicting
> pages from the OS's buffer cache.  I tried fadvise/madvise (via JNI)
> but (frustratingly), I could not get them to work (details at
> http://chbits.blogspot.com/2010/06/lucene-and-fadvisemadvise.html).
> The only thing that worked was to use Linux's O_DIRECT flag, which
> forces all IO to bypass the buffer cache entirely... so I created a
> Linux-specific Directory impl to do this.

-- 
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org