lypee
lypee
@coocood
> 这是一致性哈希算法的问题,freecache 不使用一致性哈希。 如果大部分数据倾斜到相同Segment呢
i have the same question . when i use ` mClient, err := client.NewGrpcClient(ctx, addr) if err != nil { return nil, err } hasConn, err := mClient.HasCollection(ctx, collectionName) logger.InfofX(ctx,...
> quick question, did you set timeout for the context for the code snippet? no
> quick question, did you set timeout for the context for the code snippet? I can use it normally on my local machine, but when I deploy the application to...