Skip to content

Releases: mutable-org/mutable

v0.0.194

14 Mar 13:18
065157e
Compare
Choose a tag to compare
[WasmV8] `--statistics` CLI flag reports code size

v0.0.193

05 Mar 13:14
3c2edfe
Compare
Choose a tag to compare
Fix #222: update patterns in benchmark files.

v0.0.192

01 Mar 20:09
44abb46
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Tables for `DATE`, `DATETIME`, and `DECIMAL(10,2)` were added.

v0.0.185: [WasmV8] Fix `read_result_set()` without projection present.

15 Feb 13:42
6f18260
Compare
Choose a tag to compare
Do not assume a projection operator to be present in the logical
plan. Instead insist that it is present if a constant occurs which
was omitted in the result set.