Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-6176

Modify FSIndexOutput in FSDirectory to open output steam for Write and Read

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 4.10.2
    • None
    • core/store
    • Windows

    • New

    Description

      The FSIndexOutput, in FSDirecotry, opens the output file stream for Write/Append (W/A), but no Read. This is an issue when Windos wites to remote files. For local storage files the Windows cache manager is part of the kernel and can read from the file even if it is opened for W/A only (and it needs to read the current content of the page). When accessing remote files, like SMB shares, the cache manager is restricted to the access mode requested from the remote system. In this case since it is W/A every write, even a single byte, is a roundtrip to the remote storage server.

      Openning the output file stream for Write and Read, which does not impact other functionality, allows Windows to cache the individual Lucene writes regadless of their size

      Attachments

        Activity

          People

            uschindler Uwe Schindler
            kozaczynski Wojtek Kozaczynski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: