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

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


Add guardrail limiting the query page size, for example:
{code}
# Guardrail to warn about or reject page sizes greater than threshold.
# The two thresholds default to -1 to disable.
page_size:
    warn_threshold: -1
    abort_threshold: -1
{code}
Initially this can be based on the specified number of rows used as page size, 
although it would be ideal to also limit the actual size in bytes of the 
returned pages.



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

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

Reply via email to