-
### Description
The current implementation of `ReplayBuffer` uses Python's `list` to store samples in memory. If the required data does not fit into memory, training is not possible (take CQL as an…
-
As in golang map keys order is not guaranteed, multiple CQL queries are prepared given a single graphql query, when executing multiple times.
Consider the following query:
```graphql
mutation {…
-
### What do you want to change?
We plan to migrate some Postgres workload to ScyllaDB in the next months due to scaling and cost reasons. We heavily use sqlc in the past for Postgres workload, so nat…
rpstw updated
1 month ago
-
If 'key' is 0, for example
uid: cql.int()
and we try to remove uid = 0
like User.remove({uid: 0});
we get a false error in the function
```
Schema.prototype.sufficientRemoveConditions = function…
k1tzu updated
6 years ago
-
### What version of driver are you using?
master
### What did you do?
When connections to cluster are proxied, and all of them lands on the same proxy replica it's impossible to do a rolling rest…
zimnx updated
5 months ago
-
janusgraph-core, janusgraph-cql and janusgraph-solr indirectly depend on dom4j.
Which the dependency reflections uses.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-1000632
**Decri…
-
using ALLOW FILTERING to run a full scan can cause a cache pollution, and should be avoided in most cases.
Scylla should report this cases, so the monitoring system can warn the user, for example in …
tzach updated
9 months ago
-
This bug is from a user report [1]. The claim is that Cassandra performs 3x faster than Scylla.
Seems like the hardware is identical and the shards are all loaded. I suspect that we might
not handle…
-
**What is missing?**
The controller-runtime already exposes a Prometheus for us that provides several metrics like total number of reconciliations per controller and the duration of reconciliations.…
-
*Installation details*
Scylla version (or git commit hash): 4.2.3-0.20210104.24346215c2
Cluster size: 4 nodes
OS (RHEL/CentOS/Ubuntu/AWS AMI): https://www.googleapis.com/compute/v1/projects/ubuntu-…