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.