Releases: mutable-org/mutable
Releases · mutable-org/mutable
v0.0.194
[WasmV8] `--statistics` CLI flag reports code size
v0.0.193
Fix #222: update patterns in benchmark files.
v0.0.192
Add SIGMOD'23 repro instructions to `evaluation`.
v0.0.191: [Util] Add `Pooled::assert_not_none()`.
Converts an optional to a non-optional `Pooled`. In a debug build, asserts that a value is indeed present.
v0.0.190
[Benchmark] Generate data with fixed seed
v0.0.189: [Benchmark] Set `num_distinct_values` in data gen
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`
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
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
Tables for `DATE`, `DATETIME`, and `DECIMAL(10,2)` were added.
v0.0.185: [WasmV8] Fix `read_result_set()` without projection present.
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.