-
之前一直可以运行,在最近一次进行数据插入的时候vearch崩掉,之后一直重启失败,报错如下:
[GIN] 2021/06/17 - 11:17:36 | 200 | 1.116173ms | 172.16.17.31 | POST /register_partition
[GIN] 2021/06/17 - 11:17:36 | 200 | 1.769408ms | …
-
https://pingcap.com/zh/blog/principle_of_adding_a_tiflash_copy
请问这句话怎么理解呢? 是用 cpp 把 raft 的tiflash rust 实现了一版吗?
-
NodeImpl::init()的时候有多个地方都会导致可能出现errno = 2,包括log_meta 不存在 ,raft_snapshot/tmp 目录不存在。
在 `LocalSnapshotStorage::init()` 这个函数初始化的时候,https://github.com/baidu/braft/blob/master/src/braft/snapshot.cpp#L464 执…
-
I notice both cugraph and cuml are using a set of barnes-hut kernels that appear to have originated from the same place. It would be nice to centralize these implementations in RAFT so that we can sha…
-
**Is your feature request related to a problem? Please describe.**
Currently we only support L2 and InnerProduct distances in ivf_flat and ivf_pq . We should expand
the supported distance metric …
-
https://s3.amazonaws.com/clickhouse-test-reports/0/d37d0ecb15e2276e70d37ceaa68f08eb49b63c32/performance_comparison_[2_4]/report.html
From left-server-log.log:
```
2024.03.06 16:37:10.773306 [ 101…
-
I am starting Typesense in parallel to a process polling the `/health` endpoint to determine when the server is ready.
Typesense appears to respond `{ok:true}` too early, before changing its mind a…
-
Hi,
I am encountering an issue when selecting a GPU using cp.cuda.Device(2).use(). When I do not specify the GPU device, the script runs without errors.
Description:
I am using RAPIDS 24.06, …
-
Note that rapids is compiled for sm 60, 70, 75, 80, 86, 90. Compiling for float only, with one team specilization per team adds 125 MiB to libraft.so. Four data types and multiple team size specializa…
-
Perhaps, somehow related to the undeterminism coming from the radix select-k implementation, this test case fails on some machines
https://github.com/rapidsai/raft/blob/25db984ad4bf9bc47e81d5507f7b91…