spiraldb / vortex

An extensible, state-of-the-art columnar file format
https://vortex.dev
Apache License 2.0
996 stars 27 forks source link

two digit queries #1388

Closed danking closed 5 days ago

danking commented 5 days ago

@AdamGS this makes it easier to filter to single digit queries a la q-02 without triggering q-20, q-21, etc.

a10y commented 5 days ago

fwiw what i usually do is use a filter of q2/

danking commented 5 days ago

Meaning you append a slash to the query name? a la clickbench/q11/?

a10y commented 5 days ago

e.g. cargo bench --bench tpch -- "q1/"

AdamGS commented 5 days ago

lets merge it, bench test fails for unrelated reasons and I'll fix that in the original PR.

danking commented 5 days ago

Ah I think this is because the tpch queries are named differently. I suppose it would be nice for us to have --bench clickbench -- q2/vortex as well as q2/parquet so that we can compare executions on the same machine