Andres de la Peña created CASSANDRA-17186:
---------------------------------------------
Summary: Guardrail for number of partition keys on IN queries
Key: CASSANDRA-17186
URL: https://issues.apache.org/jira/browse/CASSANDRA-17186
Project: Cassandra
Issue Type: New Feature
Components: Feature/Guardrails
Reporter: Andres de la Peña
Add a guardrail for limiting the number of partitions restricted with an {{IN}}
clause in a {{SELECT}} query, for example:
{code:java}
# Guardrail to warn or abort when querying with an IN restriction selecting
# more partition keys than threshold.
# The two thresholds default to -1 to disable.
partition_keys_in_select:
warn_threshold: -1
abort_threshold: -1
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]