Florent Delannoy
Florent Delannoy
PR updated and ready for re-review 👍 @mosabua , there's an example in `docs/src/main/sphinx/client/cli.md`, do you have another thing in mind for documentation?
This looks good to me fwiw 👍 @hashhar This is a duplicate of #10, but I think this one is better – `with` is more idiomatic, and it has the...
Duplicate of #48
Just to manage expectations on the timeline for this PR, we're internally upgrading to Trino 439 w/ caching, and will check whether this PR is still worth including once file-level...
> This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua This is still waiting on me giving perf numbers on...
Ooookay, I'm back! After an arduous upgrade to Trino 444, here are some benchmark results. First, here is a microbenchmark of `select * from table limit 10` from one of...
NB: the tests above were all run with `delta.checkpoint-filtering.enabled=true` and fs cache covering Delta log on the coordinator.
@raunaqmorarka I've never used JFR, but ~[from the docs](https://docs.oracle.com/javacomponents/jmc-5-4/jfr-runtime-guide/about.htm#JFRUH173) it looks like it can only be used with a commercial Java SE subscription which we don't have, so I don't...
@korniltsev async-profiler [just released v3.0](https://github.com/async-profiler/async-profiler/releases/tag/v3.0) that includes this bugfix 🥳
Thank you both, that's exactly the sort of discussions I had in mind when creating this PR 😄 @wendigo good point re path/pattern stuff, I'll standardise on pattern and make...