Filip Petkovski
Filip Petkovski
@alamb just wanted to ask if you've had a chance to look at the PR? I was hoping to add this and follow up with additional features like glob and...
I guess not everyone needs HA, so I would be ok with implementing this.
The real issue is not deduplication but being able to correctly execute windowing functions (`rate`, `x_over_time`, etc.). These functions need to be applied on merged samples between HA pairs in...
I don't know if this solves the problem completely. The key issue is that dropping an internal label can cause the set to become unsorted, I don't think where we...
I thought this PR is needed to enable streaming series without resorting so my comment is related to that feature.
Thanks for the feedback @matthiasr. I worked a bit more on the [playground](https://fpetkovski.github.io/flow/index.html) and we can now use pipelines after `in`. There's nothing speaking against it in practical terms. One...
I made a quick first pass, this looks pretty cool! I could not understand if the layered querier topology is covered as well. Is the table (indexing space) somehow recursively...
I agree that it's hard to have a benchmark since a lot of benefits will come from reducing network bandwidth. So anything we run on a single machine will not...
Was there any reduction in query latency?
This looks good overall, I'll take another look next week to make sure we don't miss something.