You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2015/06/30 01:46:05 UTC

[jira] [Updated] (CASSANDRA-8896) Investigate upstream changes to compressors to fit contents exactly to one page

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

Jonathan Ellis updated CASSANDRA-8896:
--------------------------------------
    Labels: performance  (was: )

> Investigate upstream changes to compressors to fit contents exactly to one page
> -------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-8896
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8896
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Benedict
>              Labels: performance
>
> For optimal disk performance, it makes most sense to choose our compression boundaries based on compressed size, not uncompressed. If our compressors could take a target length, and return the number of source bytes they managed to fit into that space, this would permit us to lower the number of disk accesses per read. [~blambov]: you've dived into LZ4. How tricky do you think this might be?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)