Kyle Dotterrer
Kyle Dotterrer
Some preliminary results from the benchmarks supported by OLTPBench. About to run through TPC-H benchmarks with the setup suggested by @thepinetree. Benchmarks run on Ubuntu 20.04 server instances (`c5.9xlarge`) on...
Results from running TPC-H benchmarks comparing the current state of `master` and this PR branch. I ran these benchmarks using the "custom" TPC-H setup found in the latest commit on...
The other thing to consider here is the fact that, currently, we don't have any automatic testing mechanism to verify this functionality. For instance, we can now run queries like...
Thanks for the feedback @pmenon! 1. Absolutely, should have done this in the first place, I'll run those and post them here. 2. Perhaps my explanation above wasn't all that...
Bytecode counts for individual TPC-H queries. Need to qualify these results slightly because they are computed based on the query plans that @malin1993ml manually constructed (see [this branch](https://github.com/thepinetree/noisepage/tree/workload-benchmarks) for reference)....
Proposing a new approach to solving this problem. While the above does constitute a fix, it does not actually address the root cause. Namely, it is not the fact that...
Came back to this PR today in light of the fact that it is blocking a number of other PRs, namely [#1470](https://github.com/cmu-db/noisepage/pull/1470) and [#1402](https://github.com/cmu-db/noisepage/pull/1402). I sat down and fired up...
Per the discussion in standup, although the updates by @lmwnshn fixed the bug _as we currently experience it_, I am still going to look at addressing the root cause. High-level...
I believe we are at a point now where we can begin the review process for user-defined functions. I have enumerated the files in the diff and grouped them into...
And not really all that important either, just came across this when looking at the new tests for the B+ tree.