-
**Describe the bug**
`Prepared: true` yields the following exception,
```
Logging to logs/scenario_20201012_124111_205.log
12:41:12.122 [scenarios:001] WARN i.n.a.c.s.core.CQLSessionCache - The…
-
I could have something configured wrong, but every command that I run through `migrate` takes very slightly over 3 minutes to run. This example migration does a simple select on an empty table:
```
…
-
Right now prepared statements only have a footprint on the coordinator, not the replica. This means that any preparation work cannot be done on the replica side, and they have to interpret the entire…
-
I'm not sure whether this issue belongs here or in Cassandra itself, however it might stil be useful as reference.
After upgrading to Cassandra 3.11.3 and creating the new annotation_query index, `…
-
When Cassalog applies a schema change, it executes whatever CQL statements correspond to the change, and then it updates the change log table, `cassalog`. If Cassalog fails to update the change log ta…
-
According to the ELM spec,
https://cql.hl7.org/04-logicalspecification.html#tolist
> The operator is effectively shorthand for "if operand is null then { } else { operand }".
However:
https:…
-
## Packages
Scylla version: `6.1.0~dev-20240523.9adf74ae6c7a` with build-id `0e61ad9ecb33913aa59e185d2453859c9ed0fd1a`
Kernel Version: `5.15.0-1062-aws`
## Issue description
- [ ] This issue…
-
Amazon managed Cassandra service execute DDL statements asynchronously. Meaning that we receive errors like keyspace or table (schema_migration) does not exist because it takes some time to create the…
-
As part of scylladb/scylladb#18750, we extended `DESCRIBE SCHEMA` by covering auth. Scylla is now able to also produce a backup for roles, role grants, and permissions. However, when maintenance socke…
dawmd updated
1 month ago
-
Look this test I´ve performed in Elassandra with Python.
I created a function to query data using Cassandra driver:
def process_query_cassandra(query, fetch_size = 5000, consistency_level=Consi…