Uploaded image for project: 'Apache Cassandra'
  1. Apache Cassandra
  2. CASSANDRA-17152

Guardrail for partition size

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Normal
    • Resolution: Duplicate
    • None
    • Feature/Guardrails
    • None

    Description

      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:

      # Log a warning when compacting partitions larger than this value.
      # Defaults to -1 to disable
      # partition_size_warn_threshold_in_mb: -1
      

      Attachments

        Issue Links

          Activity

            People

              adelapena Andres de la Peña
              adelapena Andres de la Peña
              Andres de la Peña
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: