We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
有这种场景: 某个key做了1000次 +1 操作, 上报的时候直接上报<key, 1000>就行, 不用上报1000条+1记录了
上报前需要找到这个key的所有+1记录, 聚合成 <key, 1000>
The text was updated successfully, but these errors were encountered:
暂时是不支持查询的,因为现在是通过滑动窗口的方式进行实时压缩,落盘。如果引入查询会很耗性能,需要从新设计底层。 目前没有考虑覆盖这种场景。
Sorry, something went wrong.
No branches or pull requests
有这种场景: 某个key做了1000次 +1 操作, 上报的时候直接上报<key, 1000>就行, 不用上报1000条+1记录了
上报前需要找到这个key的所有+1记录, 聚合成 <key, 1000>
The text was updated successfully, but these errors were encountered: