You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andres de la Peña (Jira)" <ji...@apache.org> on 2021/11/15 18:33:00 UTC

[jira] [Created] (CASSANDRA-17152) Guardrail for partition size

Andres de la Peña created CASSANDRA-17152:
---------------------------------------------

             Summary: Guardrail for partition size
                 Key: CASSANDRA-17152
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17152
             Project: Cassandra
          Issue Type: New Feature
          Components: Feature/Guardrails
            Reporter: Andres de la Peña


Add a guardrail for large partitions. Finding the size of a partition is tricky because partitions can be spread over multiple sstable and we want to avoid read before write. Thus, this might be just a warning thrown during compaction and not be linked to specific user queries, for example:
{code}
# Log a warning when compacting partitions larger than this value.
# Defaults to -1 to disable
# partition_size_warn_threshold_in_mb: -1
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org