Robert Palmer

Results 135 comments of Robert Palmer

@proddata sounds like a solid solution

Comments inline > > querystring parameters (take ?this=that&color=blue&validate should turn into key value pairs that can be searched with a WHERE clause easily or used in a GROUP BY) >...

@proddata & @mfussenegger any chance this could be added to the 5.0 release?

@mfussenegger is this under `io.crate.module.ExtraFunctionsModule` ? Where would I look to get started?

Hey @proddata & @mfussenegger is there any way to get this on the roadmap for 4.8?

@mfussenegger I think this works for now. Do you know if array look-ups will be optimized in the future?

It would be cool to try to optimize array operations using the new [jdk.incubator.vector](https://docs.oracle.com/en/java/javase/17/docs/api/jdk.incubator.vector/jdk/incubator/vector/package-summary.html) on x64 and aarch64

> Sounds like something like the `reduce_agg` from [PrestoDB](https://prestodb.io/docs/current/functions/aggregate.html) would be a fit? I'm not so sure if this is exactly what I'm looking for. I want a way to...

Quick example in PHP: ``` ```

@proddata Would this still work at 100,000 rows? Is there any way to profile UDF functions to know how much memory they're using?