Skip to content

Releases: mutable-org/mutable

v0.0.195

14 Mar 17:25
82ce4fa

Choose a tag to compare

[Wasm] Provide visitor for `wasm::MatchBase`.

v0.0.194

14 Mar 13:18
065157e

Choose a tag to compare

[WasmV8] `--statistics` CLI flag reports code size

v0.0.193

05 Mar 13:14
3c2edfe

Choose a tag to compare

Fix #222: update patterns in benchmark files.

v0.0.192

01 Mar 20:09
44abb46

Choose a tag to compare

Add SIGMOD'23 repro instructions to `evaluation`.

v0.0.191: [Util] Add `Pooled::assert_not_none()`.

29 Feb 15:30
60e9ff9

Choose a tag to compare

Converts an optional to a non-optional `Pooled`.  In a debug build,
asserts that a value is indeed present.

v0.0.190

28 Feb 21:03
280f988

Choose a tag to compare

[Benchmark] Generate data with fixed seed

v0.0.189: [Benchmark] Set `num_distinct_values` in data gen

21 Feb 22:40
8abf82a

Choose a tag to compare

We explicitly set the number of distinct values for all selectivity
tables in our data generation process.

v0.0.188: [Benchmark] Add CLI argument `num_runs`

21 Feb 19:52
c3d0e3f

Choose a tag to compare

Previously, the number of runs had to be adjusted by changing the
corresponding global variable in the script.  This can now be done via
CLI argument.  The default is still 5 runs per system, case, and
configuration.

v0.0.187: [Benchmark] Support index field in connectors

19 Feb 14:19
68fce79

Choose a tag to compare

Index support added for mutable, DuckDB, and PostgreSQL.  Notably, HyPer
is not yet supported as index support is currently disabled in
`tableauhyperapi`.  The method field is ignored by all databases but
mutable.

v0.0.186: [Benchmark] Add date tables in phys-cost-models

19 Feb 13:38
906c14b

Choose a tag to compare

Tables for `DATE`, `DATETIME`, and `DECIMAL(10,2)` were added.