Module cassandra_db

Source
Expand description

Command line and environment variable settings for the service

Structsยง

EnvVars ๐Ÿ”’
Configuration for an individual cassandra cluster.

Constantsยง

MAX_BATCH_SIZE ๐Ÿ”’
Maximum possible batch size.
MAX_BATCH_SIZE_DEFAULT ๐Ÿ”’
Default maximum batch size. This comes from: https://docs.aws.amazon.com/keyspaces/latest/devguide/functional-differences.html#functional-differences.batch Scylla may support larger batches for better performance. Larger batches will incur more memory overhead to store the prepared batches.
MIN_BATCH_SIZE ๐Ÿ”’
Minimum possible batch size.
PERSISTENT_NAMESPACE_DEFAULT ๐Ÿ”’
Default Cassandra DB URL for the Persistent DB.
PERSISTENT_URL_DEFAULT ๐Ÿ”’
Default Cassandra DB URL for the Persistent DB.
VOLATILE_NAMESPACE_DEFAULT ๐Ÿ”’
Default Cassandra DB URL for the Persistent DB.
VOLATILE_URL_DEFAULT ๐Ÿ”’
Default Cassandra DB URL for the Persistent DB.