Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MAX_IN_CONFIG_MSG |
"Notice, for ScyllaDB this option should not exceed the maximum number of distinct clustering key restrictions per query which can be changed by ScyllaDB configuration option `max-partition-key-restrictions-per-query` (https://enterprise.docs.scylladb.com/branch-2022.2/faq.html#how-can-i-change-the-maximum-number-of-in-restrictions). For AstraDB this limit is set to 20 and usually it\'s fixed. However, you can ask customer support for a possibility to change the default threshold to your desired configuration via `partition_keys_in_select_failure_threshold` and `in_select_cartesian_product_failure_threshold` threshold configurations (https://docs.datastax.com/en/astra-serverless/docs/plan/planning.html#_cassandra_yaml).<br>Ensure that your storage backend allows more IN selectors than the one set via this configuration." |
public static final String |
NETWORK_TOPOLOGY_REPLICATION_STRATEGY |
"NetworkTopologyStrategy" |
public static final String |
SIMPLE_REPLICATION_STRATEGY |
"SimpleStrategy" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COLUMN_BINDING |
"column1" |
public static final String |
COLUMN_COLUMN_NAME |
"column1" |
public static final String |
KEY_BINDING |
"key" |
public static final String |
KEY_COLUMN_NAME |
"key" |
public static final String |
KEY_END_BINDING |
"keyEnd" |
public static final String |
KEY_START_BINDING |
"keyStart" |
public static final String |
LIMIT_BINDING |
"maxRows" |
public static final String |
SLICE_END_BINDING |
"sliceEnd" |
public static final String |
SLICE_START_BINDING |
"sliceStart" |
public static final String |
TIMESTAMP_BINDING |
"timestamp" |
public static final String |
TTL_BINDING |
"ttl" |
public static final String |
TTL_COLUMN_NAME |
"ttl" |
public static final String |
TTL_FUNCTION_NAME |
"ttl" |
public static final String |
VALUE_BINDING |
"value" |
public static final String |
VALUE_COLUMN_NAME |
"value" |
public static final String |
WRITETIME_COLUMN_NAME |
"writetime" |
public static final String |
WRITETIME_FUNCTION_NAME |
"writetime" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONSISTENCY_LOCAL_QUORUM |
"LOCAL_QUORUM" |
public static final String |
CONSISTENCY_QUORUM |
"QUORUM" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
REPLICAS_AWARE |
"replicasAware" |
public static final String |
TOKEN_RANGE_AWARE |
"tokenRangeAware" |
Copyright © 2012–2023. All rights reserved.