HackerTrans
TopNewTrendsCommentsPastAskShowJobs

waynehn

no profile record

Submissions

Beats ClickHouse and Elasticsearch in JSONBench 1B Size

greptime.com
2 points·by waynehn·작년·0 comments

Random people cover our 2000 years

waynexia.github.io
2 points·by waynehn·2년 전·1 comments

Kubernetes Monitoring Data Collection with Vector

medium.com
3 points·by waynehn·2년 전·0 comments

comments

waynehn
·4년 전·discuss
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년 전·discuss
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/...