opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

🦖 A SQL-on-everything Query Engine you can execute over multiple databases and file formats. Query your data, where it lives.

Results 266 opteryx issues
Sort by recently updated
recently updated
newest added

~~~sql SELECT UserID, extract(minute FROM EventTime) AS m, SearchPhrase, COUNT(*) FROM hits GROUP BY UserID, m, SearchPhrase ORDER BY COUNT(*) DESC LIMIT 10; ~~~ > ColumnNotFoundError: Column 'm' does not...

Bug 🪲

https://github.com/nackjicholson/aiosql

allocate 1gb to share Write a wrapper that tracks usage per relation, no relation can consume more than 1/(n-1) % of the buffer (min 10%) No item more than half...

### Thanks for stopping by to let us know something could be better! **Is your feature request related to a problem? Please describe.** _A clear and concise description of what...

https://github.com/ClickHouse/ClickBench

cf https://github.com/microsoft/hyperspace and https://github.com/apache/datafusion/discussions/9963 / https://github.com/datafusion-contrib/datafusion-index-provider see https://www.foundationdb.org/files/record-layer-paper.pdf being implemented here: https://github.com/mabel-dev/draken

Prereq for https://github.com/mabel-dev/opteryx/issues/1470 Make statistics available for the planner. Create row-count estimates by multiplying the number of rows in the first blob, by the number of blobs, or asking the...

Save logs in a structured format to allow them to be read and processed. see: https://stripe.com/blog/canonical-log-lines

Updates the requirements on [typer](https://github.com/tiangolo/typer) to permit the latest version. Release notes Sourced from typer's releases. 0.12.0 Features ✨ Add typer-slim package without extras, make typer include typer-slim[default] and integrate...

Blocked 🛑
dependencies
python