dennis zhuang
dennis zhuang
@fengjiachun Do we have the same function in java ingester? If not,i think we should implement it. https://github.com/GreptimeTeam/greptime-proto/blob/973f49cde88a582fb65755cc572ebcf6fb93ccf7/proto/greptime/v1/health.proto#L26
@shuiyisong @paomian This feature must be prioritized.
I personally prefer `$time_index` as it represents the time index.
Won't be implemented.
> I'd look into `VEC_SCALAR_MUL(f32, vec)` :) Cool, thank you!
> I want to try VEC_ADD(vec0, vec1): Thanks!
@zhongzc We need to update the functions doc https://docs.greptime.com/reference/sql/functions/vector/
Closing. Thanks to all contributors.
几个关键指标,写日志存储: ``` [type=TIMER, name=append-logs, count=97662, min=1.0, max=141.0, mean=3.7942122646459446, stddev=9.772673431291325, p50=3.0, p75=3.0, p95=4.0, p98=7.0, p99=11.0, p999=141.0, m1_rate=215.50654072331147, m5_rate=106.38331201552123, m15_rate=67.29236456577213, mean_rate=95.22333473811265, rate_unit=events/second, duration_unit=milliseconds] ``` 均值 3.7 ms ,还好。 Apply 状态机: ``` [type=TIMER,...
Good catch! It's a known bug. Related issues #138 and #720 have been addressed and a fix has been attempted at https://github.com/sofastack/sofa-jraft/pull/764. It seems that we still have some work...