Beihao Zhou

Results 6 issues of Beihao Zhou

close #1733 - [x] Add Unit Tests Design: https://github.com/apache/kvrocks/discussions/1654 Redis doc: https://redis.io/commands/xclaim/

Implement Proposal at #2316 ## Todo for this PR - [x] Error handling, common utility refactor - [x] Split into header and implementation files - [ ] Unit test for...

Closes #2489 ### Summary This PR fixes the concurrency issue mentioned in #2481, however, this is now pretty slow for uploading operation and bounded by the computational resources from my...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation In the context of index, the absence of a locking mechanism...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation This includes: - [x] Implementing vector indexing algorithm, i.e. HNSW &...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation As mentioned in PR #2368 in this [comment](https://github.com/apache/kvrocks/pull/2368#discussion_r1670432215), `HnswIndex` is a...

enhancement