-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
批量写入PIKA数据丢失问题 #862
Comments
1,使用的版本是什么呢 2,如何确定数据写入返回ok的 3, 如何统计数据丢了的 |
目前情况大概是这样,让人捉不到头脑。 |
你好 info all 可以看目前执行了哪些命令例如 |
请问能分享一个go语言下的批量写入demo吗,可能是我批量写入的问题。 |
我自己本身用hiredis的 go的demo可能不太熟悉 |
刘振:明寰的意思是如果使用了 pipeline 模式可能导致数据超载了,导致数据超过了 pika server 段链接数据的buffer,导致丢数据。 |
使用go语言,redigo框架写入。KV数据规模1.2亿,会丢失10万左右的数据。
代码示例:
The text was updated successfully, but these errors were encountered: