-
Currently there is no way to query the list of stored files and also no way to see the health of individual files in terms of how many shards they have stored in healthy backends. This makes it diffic…
-
### System Info / 系統信息
Python 3.10.12, torch 2.4.0+cu121, cuda12.2, accelerate=1.1.1
### Information / 问题信息
- [X] The official example scripts / 官方的示例脚本
- [ ] My own modified scripts / 我自己修改…
-
Currently S3 DR procedure https://www.notion.so/neondatabase/Storage-Recovery-from-S3-history-93c4b3f70265468ca49e27a19afd40b9 assumes you know what shards you need -- this may not be the case if the …
-
Using block sharded config with height < 32 leads to low PCC on isfinite and similar ops. Provided unit test gives multiple configurations where we observe problem. Some of them are:
```
input_shape:…
-
### Description
Today we use a function called `account_id_to_shard_id` in order to figure out what shard an account belongs to. It's a bit annoying to use. A better way would be to have it as a meth…
-
### Component(s)
receiver/elasticsearch
### Is your feature request related to a problem? Please describe.
I was trying to be able to compare 3 dimensions of Elasticsearch index stats documen…
-
https://www.raphkoster.com/2009/01/08/database-sharding-came-from-uo/
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
zhangxu19830126
### Commit ID
0dd4e4c28
### Other Environment Information
…
-
In case user passes in interleaved tensor for conv activations, we should automatically select best sharding scheme given input tensors for the convolution.
Primary motivation of this work is to reduc…
-
Given
```cql
CREATE TABLE ks.mc(id int, ck1 int, ck2 int, ck3 int, r int, PRIMARY KEY (id, ck1, ck2, ck3));
```
the query
```cql
SELECT * FROM ks.mc WHERE id = 0 and (ck1, ck2, ck3) >= (5, 6, 7) a…