Justin Joyce

Results 65 comments of Justin Joyce

Thanks Augusto, The model I have tried to follow for this feature is SHOW VARIABLES from [Trino](https://trino.io/docs/current/sql/show-functions.html) and I recently submitted a PR to add this command. Trino / Presto...

Hi Augusto, the PR was to solve the specific use case I had for a `SHOW FUNCTIONS`, it solved by creating a specific case for this query type but the...

Remove the SQL92 features from here

Have two options for ARM64 - BuildJet + Raspberry Pi

meta have released nimble, it's not ready, but is based on velox, which is the in-memory format I believe is used by DuckDB.

This may need either a separate data structure or the current structure holding the function definitions to hold more info. I'm inclined to have a new structure that is defined...

Opteryx performs poorly, not entirely unfairly. It's an ad-hoc database so there's no preloading or caching - but it can probably be improved to perform better. We can use this...

partially implemented - unreliable due to https://github.com/mabel-dev/opteryx/issues/134

Should implement the following - do not do any multithreading on host under 2gb RAM - do not create a buffer more than 25% of memory - turn off some...