Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-14466

Enable Direct I/O

    XMLWordPrintableJSON

Details

    Description

      Hi,

      JDK 10 introduced a new API for Direct IO that enables applications to bypass the file system cache and potentially improve performance. Details of this feature can be found at https://bugs.openjdk.java.net/browse/JDK-8164900.

      This patch uses the JDK 10 API to enable Direct IO for the Cassandra read path. By default, we have disabled this feature; but it can be enabled using a  new configuration parameter, enable_direct_io_for_read_path. We have conducted a Cassandra read-only stress test and measured a throughput gain of up to 60% on flash drives.

      The patch requires JDK 10 Cassandra Support - https://issues.apache.org/jira/browse/CASSANDRA-9608 

      Please review the patch and let us know your feedback.

      Thanks,

      [^direct_io.patch]

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mulugetam Mulugeta Mammo
              Votes:
              3 Vote for this issue
              Watchers:
              29 Start watching this issue

              Dates

                Created:
                Updated: