-
I create a distributed table on system.query_log
```
CREATE TABLE IF NOT EXISTS metric.query_log on cluster 'all-sharded'
AS system.query_log
ENGINE = Distributed('all-sharded', 'system', 'query_l…
-
Hello 👋
CDK import is failing when creating an L1 constructor from a resource that has read-only properties:
```bash
generating for MongoDB::Atlas::Cluster
(node:1921) NOTE: We are formalizing …
-
We're doing functional tests from only normal Jedis.
Actually other cases call Jedis methods so we assume it wouldn't be a problem.
But since we're human, we can have some mistakes to call methods som…
-
how can we connect to a redis cluster.
Like ioredis does provide way to connect to the redis cluster.
-
I am running a bulk ingestion test on a single i3en.24xlarge using the AWS Scylla AMI. The ingestion went fine overnight, with a sustained throughput of 600k/s.
Version: Scylla 6.2.0-0.20241013.b8a9f…
-
I want to support replica sets and sharded clusters. I wouldn't be hard to configure this as it only requires editing the `createUri()` method and a few changes to the config file.
-
## Steps to reproduce
Have a mongodb connection string with multiple hosts and ports (Replica Set or Sharded Cluster) as in https://www.mongodb.com/docs/manual/reference/connection-string/.
For…
-
Reflecting resources between kubernetes clusters is a pretty common thing to do when working with a sharded k8s cluster setup.
Your controller seems promising and I was wondering if cross-cluster …
-
Hi, I was wondering if anyone had recommendations of which parts of the library I should look at if I'm interested in how models are sharded, and if there's a way to manage this sharding manually? Mos…
-
Apologies in advance if this issue was brought up in the past. I tried to search for it, but couldn't find anything...
Currently, sharded actors don't have access to their entity identifier. The ex…
talpr updated
3 years ago