EliSnow

Results 22 comments of EliSnow

What is the status of VODKA indices making it into Postgres master?

Looks like the upstream reference-types PR has landed

Very cool. One thing I found particularly awesome in Lucet is the yield capabilities. I hope those make it into Wasmtime!

[crates.io](https://crates.io/crates/jsonpath_lib) is still showing 0.2.4. Sorry for the confusion in the title, I actually meant `jsonpath-lib` the rust library, not the npmjs package. What is the new repository for this...

I just tried out v0.2.6 and [`Node`](https://github.com/freestrings/jsonpath/blob/master/src/lib.rs#L138) is still private when it was public in v0.2.3.

https://github.com/ulli-kroll/mt7610u is working for me

In addition to CTEs, are there any plans to support aggregates in subqueries?

I am aggregating time-series data where each row in the stream is in the following jsonb format: ``` json { "ts": 1444221651.634, "metrics": { "con": 20, "dns": 10, "ssl": 75,...

Maybe this use case could benefit from #1200. One idea as it relates to these two issue: A CTE which references a stream would be a "private derived stream".

@cailin-lai, did you get pg_pathman to work with PipelineDB? If so would you mind sharing how you got it to compile? In the past I couldn't get it to compile...