-
-
Our driver issues a bunch of internal CQL statements periodically, e.g. to fetch topology and schema information. These statements are currently not prepared, which forces the database to meticulously…
-
hostname | IP | Operating System | Server | Version | CPU | Mem | DataPath
-- | -- | -- | -- | -- | -- | -- | --
scylla2 | 192.168.56.52 | centos 8.2 | cassandra | 3.11.3 | 2C | …
-
I was trying to bulk ingest with the same statement. So I went like this:
```rust
let N = 100;
let mut batch = Batch::default();
for _ in 0..N {
batch.append_statement("INSERT INTO…
-
Shift + F5 CQL execution has issue with multiple statements in same .CQL file. Is this not a supported scenario? Thanks, Dan.
For example:
**Succeeds**
DROP KEYSPACE foo;
**Fails**
DROP K…
-
Our [documentation](https://opensource.docs.scylladb.com/stable/cql/ddl.html#create-table-statement) explains that table names and keyspace names "are limited in size to 48 characters (that limit exis…
-
I've got a partially working CQL parser over here: https://github.com/rustyrazorblade/cql_parser
One day it might be nice to finish it and get compile time syntax checking of CQL statements
-
The following test written for Scylla's test.py framework fails:
```python3
import logging
import pytest
from test.pylib.manager_client import ManagerClient
logger = logging.getLogger(__name__)
…
-
![image](https://github.com/user-attachments/assets/92f33064-2556-4e42-8c3e-be32c3f2e73e)
When I have selected the field to enter CQL statement, I'd like the UNIX Ctrl-R combination to show/searc…
-
A follow-up to #15437.
#15594 fixes 2 of the 3 FIXMEs from #15437 and improves the situation in the last one (the one in `table_helper::setup_keyspace`) by reducing the `migration_manager::announc…