Saatvik Shah
Saatvik Shah
Least-Squares Policy Iteration based Index tuning - Inspired from [Cost-Model Oblivious DB Tuning by Basu et. al.](https://link.springer.com/chapter/10.1007/978-3-319-22849-5_18). All the main source files are under `src/brain/indextune`: 1. **Compressed IndexConfig Container**: A...
Currently in order to locate and: 1. Run the model generation python scripts 2. Load the generated model We try to generate a relative path with methods written in `FileUtil`...
Tensorflow doesnt expose any API to shut down background threads when closing a Tensorflow session. It has a currently open [issue](https://github.com/tensorflow/tensorflow/issues/17739) regarding this. As a result Valgrind(and possibly the Address...
This pull request provides functionality to benchmark ComDB2 with Oltpbench. The benchmarks worked on are: 1. `TPCC`: Fully integrated. 2. `Wikipedia`: All but one procedure has been integrated. The one...