Brian Kroth
Brian Kroth
One other option [c3p0](https://github.com/swaldman/c3p0) and [c3p0-loom](https://github.com/swaldman/c3p0-loom) for use with virtual threads were also brought up in #398
quick wip branch: https://github.com/bpkroth/MLOS/tree/single-schema-definition-support
Future work: make this option automatic, or provide a CLI option to interrogate the storage for which experiments look feasible to reuse.
@anjagruenheid
One thing that might make this easier to implement is if we clearly separated the phases of "setup" (e.g., basic system preparation) vs. "configure" (e.g., configure the target system with...
#455 is probably a decent base for this
Hmm, in my original repo it was failing only for log, but yeah when I run it in your repo (I just stashed that file in there for an easy...
Double checked. The float log uniform was an errant report on my part - I was applying a ceil mistakenly in the stack before doing the test. Removed that and...
Hi, can you please add a test case to the CI pipeline for this? See Also: [.github/workflows/maven.yml](https://github.com/cmu-db/benchbase/blob/main/.github/workflows/maven.yml)