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 2013/10/22 17:41:43 UTC

[jira] [Commented] (CASSANDRA-3376) Track buffer cache hit rate with mincore

    [ https://issues.apache.org/jira/browse/CASSANDRA-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801934#comment-13801934 ] 

Jonathan Ellis commented on CASSANDRA-3376:
-------------------------------------------

bq. we don't know how much of an sstable we'll need to read for a given slice ahead of time

Thinking about it more, just checking the position where we start the slice would probably be Good Enough (certainly better than nothing).

> Track buffer cache hit rate with mincore
> ----------------------------------------
>
>                 Key: CASSANDRA-3376
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3376
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Jonathan Ellis
>            Priority: Minor
>              Labels: ponies
>
> We could use mincore on, say, 1% of reads to be able to report actual buffer cache hit rate.  This would be useful when troubleshooting slow reads, e.g., are reads to CF X slow because it's hitting disk, or because there are a lot of tombstones in the row?



--
This message was sent by Atlassian JIRA
(v6.1#6144)