-
As wiki and NPM description says default consistency is QUORUM and it is optional for as shown client.execute(query, [params], [consistency], callback).
How come for default consistency Simple Selec…
-
### What version of Cassandra are you using?
Local (working fine) - [cqlsh 5.0.1 | Cassandra 3.11.6 | CQL spec 3.4.4 | Native protocol v4]
AWS Keyspaces (unable to connect) - [cqlsh 5.0.1 | Cas…
-
Jira Link: [DB-1920](https://yugabyte.atlassian.net/browse/DB-1920)
TS crashed in MetaCache::ProcessTabletLocations() (meta_cache.cc:722) with the fatal log:
```
F1228 18:29:00.744967 25713 meta_ca…
-
## Environment
- **Airbyte version**: 0.1.104
- **OS Version / Instance**: macOS
- **Deployment**: Docker
- **Source Connector and version**: N/A
- **Destination Connector and version**: N/A
- …
-
I noticed that `Cequel::Record::Schema#synchronize_schema` behaves a little unexpectedly.
Currently (as of 8dd8560) synchronize_schema does not:
* Alter tables to remove columns
* Alter tables…
-
Typing `´` + `o` into the query form should normally result in `ó`, but on macOS, this behavior is broken. Instead, typing `´` inserts a `'`, and the following `o` doesn't insert anything but makes th…
-
I'm new to Cassandra (version 2.2.1) and I've been using http://relops.com/cqlc/start/ to get me started with accessing it from Go. I'm able to create the keyspace using the linked schema.cql, but whe…
-
I propose adding a feature to the Scylla Migrator that allows users to migrate only a portion of a table, based on specific filter criteria applied to the source table. This feature would enable more …
-
I have to remove aliases from an SQL Query (to be honest, it's not SQL, it's CQL, Cassandra Query Language).
Here is a query:
- SELECT a.field AS fieldAlias, a.otherField AS otherFIeldAlias FROM tabl…
-
The code which processes a frame looks like this:
```
auto mem_estimate = f.length * 2 + 8000; // Allow for extra copies and bookkeeping
return with_semaphore(_server._memory_available…