Nathaniel Cook
Nathaniel Cook
@zarbis Thanks for the detailed report. This is not unexpected we are still working out some known performance issues. My guess is that you are running into this issue specifically...
I wonder if we should update https://github.com/influxdata/platform/pull/685 to be more generic as to the representation of the histogram so that the function can consume either linear/log histograms or hdr histograms....
> My hope is that the planner modifies the plan only by invoking rewrite rules, but one can imagine making rules that match the pattern filterable_source->filter that invoke the PushDownFilter...
This should work well with #317
Dividing durations should be a float and `1mo / 1d` should be `30` for now. When we implement duration vectors it will change. >Should we be able to subtract times...
@zhiwzhao The purpose of the load balancer is to separate `/query` vs `/write` HTTP requests. Since you cannot perform queries over UDP there is no need to load balance the...
I am seeing the same on Linux with only one of my chrome cast devices. Here are my system details: OS: Arch Linux (5.19.5) Android App: 2.4.4 Jellyfin: 10.8.4 (installed...
Closing, we still like the concept of the red tree however it will likely take a very different form when we build it.
Was the change to ssi the only change needed to get the checks passing? If so lets wait till it merges before we merge this one. We are not in...
@fdkevin0 Thanks for the PR! This is indeed a bug that we need to fix. However the code you have changed is part of the generated code for the server...