-
I'm running the docker command
`docker run --name some-scylla -d scylladb/scylla:5.2.0 --smp 2 --memory 200MB --developer-mode 1`
When I try cqlsh it says connected to `172.17.0.2:9042`.
But when…
-
We are faced with the fact that if Cassandra has the authentication type set as org.apache.cassandra.auth.LDAPAuthenticator, then we get an error.
`Unable to establish CQL session. {"error": "gocql: …
-
CQL analyzers are now available in `datastax/cassandra` fork and Astra Vector DB ([docs](https://docs.datastax.com/en/astra-serverless/docs/vector-search/using-analyzers.html)).
Let's define syntax f…
-
https://github.com/aws-samples/cql-replicator/blob/24cc53f1b8c80c81204165cf4dbb55c1915920fc/glue/sbin/keyspaces/CQLReplicator.scala#L174
if we have such scheme in aws keyspaces
```
CREATE TAB…
-
Originally reported by: **Eric Newhuis (Bitbucket: [enewhuis](https://bitbucket.org/enewhuis), GitHub: [enewhuis](https://github.com/enewhuis))**
----------------------------------------
There is so…
-
hostname | IP | Operating System | Server | Version | CPU | Mem | DataPath
-- | -- | -- | -- | -- | -- | -- | --
scylla2 | 192.168.56.52 | centos 8.2 | cassandra | 3.11.3 | 2C | …
-
This is what the command looks like for collections
```json
{
"find": {
"sort" : {"$vectorize" : "Story about a person who can't sleep"},
"projection":{"_id": 0, "$vector": …
-
### What feature or improvement would you like to see?
There isn't an existing ADBC driver for Cassandra as far as I can tell, and it would be great to have one! I'm interested in starting this effor…
-
The test is built to assume vnode distribution of rows. It creates a two-node cluster, loads data into each node, and before testing that read repair works, verifies that each node has the right data.…
-
What do I need to do to get cql supported in code-prettify? Do I need to supply a regex in a new lang-cql.js file or is there more to it?