Skip to content
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

能在客户端本地解析/聚合日志后再上报吗? #3

Open
e-snail opened this issue Feb 19, 2021 · 1 comment
Open

能在客户端本地解析/聚合日志后再上报吗? #3

e-snail opened this issue Feb 19, 2021 · 1 comment

Comments

@e-snail
Copy link

e-snail commented Feb 19, 2021

有这种场景: 某个key做了1000次 +1 操作, 上报的时候直接上报<key, 1000>就行, 不用上报1000条+1记录了

上报前需要找到这个key的所有+1记录, 聚合成 <key, 1000>

@lixiaoyu0123
Copy link

暂时是不支持查询的,因为现在是通过滑动窗口的方式进行实时压缩,落盘。如果引入查询会很耗性能,需要从新设计底层。
目前没有考虑覆盖这种场景。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants