dennis zhuang
dennis zhuang
cc @waynexia We have a plan to support it, and we already have `tsid` in the storage format, it can be used to improve the performance.
@discord9 because of this line https://github.com/GreptimeTeam/greptimedb/blob/develop/src/script/src/python/engine.rs#L41 In fact, we already generated the new schema for coprocessor execution result, but we forgot to replace it here.
Looks like we already support the time window functions? @MichaelScofield
And `push` gateway protocol
TODO: * [x] remote write * [x] remote read * [ ] push gateway
Yep, we will implement the stream protocol.I am working on remote read right now.
Stream protocol is based on promethues's codec format, and it's an optimization between prometheus instances. So we don't need to impl it. And the [pushgateway](https://github.com/prometheus/pushgateway) in fact is a metric...
Supports PromQL is tracked by https://github.com/GreptimeTeam/greptimedb/issues/596 So I close this issue.
@iwinux yep, it's really hard to write a test for this case. I think we can use [fail-rs](https://github.com/tikv/fail-rs) to inject code instrumentation at some endpoints(recommend `/metrics` API), then try to...
@dongxuwang Good job, thank you. @iwinux Dongxuwang already added the test in https://github.com/GreptimeTeam/greptimedb/pull/624. Thanks for your work. GreptimeDB is still under heavy development, we have so many features to do....