HackerTrans
トップ新着トレンドコメント過去質問紹介求人

waynehn

no profile record

投稿

Beats ClickHouse and Elasticsearch in JSONBench 1B Size

greptime.com
2 ポイント·投稿者 waynehn·昨年·0 コメント

Random people cover our 2000 years

waynexia.github.io
2 ポイント·投稿者 waynehn·2 年前·1 コメント

Kubernetes Monitoring Data Collection with Vector

medium.com
3 ポイント·投稿者 waynehn·2 年前·0 コメント

コメント

waynehn
·4 年前·議論
Actually Postgres does it better. Greptime only supports writing Python logic as a post cooprocessor for now, but not as an in-query function. We are trying to evolve towards the Postgres' functionality you mention.
waynehn
·4 年前·議論
This is truly a fantastic combination -- implement the logic in Rust and use it in Python. GreptimeDB also implements a similar functionality that allows writing Python script to do post-process of SQL query results, with the help of RustPython and Arrow. Maybe this combination can bring a sweet point between performance and efficiency.

docs: https://docs.greptime.com/user-guide/coprocessor-and-scripti...

code: https://github.com/GreptimeTeam/greptimedb/tree/develop/src/...