-
As a user I want to be able to view a shards purchase option on the worlds browser page.
As a user I want to be able to purchase shards with my choice of real-world currency via a credit/debit card tr…
-
Loki has a concept of the "sharability" of a query, and it's [complicated](https://github.com/grafana/loki/blob/733d99fc5f4a5b6083e4c66b0f674535c5a48b37/pkg/logql/syntax/ast.go#L1474). This feature re…
-
### Summary
Expanding on the Currency work started here: https://github.com/Path-of-Terraria/PathOfTerraria/issues/437
A new currency should be available the "Limpid Shard"
Using a limpid shard…
-
Our database infrastructure vaguely looks something like this:
- National Database
- State Database (sharded)
Each of our models are pointed at one of these tiers, and the final State database …
-
Can Redis clusters be directly supported at the client level?Refer to the following code:
```
redis.NewClusterClient(&redis.ClusterOptions{
ClusterSlots: func(context.Context) ([]redis.Cluster…
-
### 🐛 Describe the bug
When using HYBRID_SHARD instead of FULL_SHARD on PyTorch 2.4.1 the loss of our model behaves similarly to when it is being trained on one node (despite training on two). When u…
-
sharding version: 5.1.1
We found some problems here. We use gorm to link sharding and sharding to access mysql. Currently, we find that sharding has been growing CLOSE_WAIT links. At the same time, s…
-
As far as I know, redis 7.0 provides a slightly improved pub/sub.
Accordingly, lettuce related commands have been implemented. Are there any plans to abstract this? 🤔
- https://github.com/redis…
-
## Background
We currently we send all WAL to all pageserver shards, and each shard filters out the data that it needs,
in this epic we add a mechanism to filter the WAL on the safekeeper, so that ea…
-
if len(self._chunks) % self.chunk_num_per_shard == 0:
AttributeError: 'ChunkedDatasetBuilder' object has no attribute 'chunk_num_per_shard'