mutable icon indicating copy to clipboard operation
mutable copied to clipboard

A Database System for Research and Fast Prototyping

Results 4 mutable issues
Sort by recently updated
recently updated
newest added

I'm unable to run TPC-H benchmarks (sf=0.01, for testing), e.g. Q6, with the WasmV8 backend: ``` $ echo "CREATE DATABASE TPC; USE TPC; CREATE TABLE Lineitem (l_orderkey INT(4) NOT NULL,...

Related: https://github.com/mutable-org/mutable/issues/13 Implemented GitHub Actions workflow which does... - Build - Execute unit test / integration test - Create release If you like, please use it as a reference :)

enhancement

Hello! This is a really cool project and I am currently digging into it. I have a question regarding true cardinalities of intermediate nodes in the QEP. After some experiments...

I think if build and simple usage can be seen with GitHub Actions, it is very helpful for under standing mutable. So, It would be nice if work flow definition...