[ 
https://issues.apache.org/jira/browse/CASSANDRA-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Ellis updated CASSANDRA-408:
-------------------------------------

    Attachment: 0003-productize-mmap-approach-handle-files-2GB-by-chunking-.txt
                0002-Implement-FileDataInput-with-MappedFileDataInput-backe.txt
                0001-add-FileDataInput-implemented-by-BufferedRandomAccessF.txt

> Pool BufferedRandomAccessFile objects used by sstable reads
> -----------------------------------------------------------
>
>                 Key: CASSANDRA-408
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-408
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Chris Goffinet
>             Fix For: 0.9
>
>         Attachments: 
> 0001-add-FileDataInput-implemented-by-BufferedRandomAccessF.txt, 
> 0002-Implement-FileDataInput-with-MappedFileDataInput-backe.txt, 
> 0003-productize-mmap-approach-handle-files-2GB-by-chunking-.txt, 408.patch, 
> commons-pool-1.5.2.jar
>
>
> not only does BRAF per op do a whole lot of extra fopens, but the buffering 
> actually makes it _more_ expensive to set up since on the jvm all primitive 
> arrays are initialized to zero.
> this adds a simple read test to stress.py; I'm seeing about a 10% increase in 
> throughput which is worth 200loc imo.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to