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

Adam Hattrell updated CASSANDRA-8048:
-------------------------------------
    Description: 
Similarly to how we warn on excessive tombstones or large batches - it would be 
useful to warn if we come across a large row over a specific threshold.

If not too intrusive it could provide us with a smoking gun for gc thrashing 
type issues.

To put some meat on the bones - I've recently seen someone store a 1Gb blob and 
then try to work round it by splitting it into 3 columns of 330 Mb each.  
Neither gave particularly good performance.

On the opposite side of the coin - a large number of columns grabbed at once 
can also lead to problems.


  was:
Similarly to how we warn on excessive tombstones or large batches - it would be 
useful to warn if we come across a wide row over a specific threshold.

If not too intrusive it could provide us with a smoking gun for gc thrashing 
type issues.



        Summary: Add WARN for large rows  (was: Add WARN for wide rows)

> Add WARN for large rows
> -----------------------
>
>                 Key: CASSANDRA-8048
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8048
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Adam Hattrell
>
> Similarly to how we warn on excessive tombstones or large batches - it would 
> be useful to warn if we come across a large row over a specific threshold.
> If not too intrusive it could provide us with a smoking gun for gc thrashing 
> type issues.
> To put some meat on the bones - I've recently seen someone store a 1Gb blob 
> and then try to work round it by splitting it into 3 columns of 330 Mb each.  
> Neither gave particularly good performance.
> On the opposite side of the coin - a large number of columns grabbed at once 
> can also lead to problems.



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

Reply via email to