Tony Solomonik

Results 10 issues of Tony Solomonik

When config.key is not undefined, there is no reason to set key to maybeKey.

CLA Signed

I have not found a more complete open source example project using glommio than my own project: https://github.com/tontinton/dbeel If it's not up to the standard, tell me I can fix...

This is the first rust project I opened where I need to get out of battery saver mode into high performance mode. Even then, making a save and then waiting...

I want to be able to use Quickwit over [trino](https://trino.io/). There are 2 solutions to make this happen: 1. Implement a new `trino-quickwit` connector and contribute it to upstream trino...

enhancement

Doing a `project` statement to a string that contains an integer should be possible by running something akin to: ``` source | project num_field = cast(str_field, int) * 10 ```

Just wanted to drop in and say, great initiative for a project!

When the search request contains a time range, we aborted the optimization of converting unneeded split searches into count queries. Removed the `TODO` that was in the code for this....

I think I found a nice optimization here while starting to research the search query code. @rdettai Count queries can return much faster by not downloading splits, and I couldn't...

Extract and remove time range from query ast. To allow for the optimization stage to run if the resulting ast after extracting the time range is a simple query.