Go to file
Oliver Kennedy f660c202b4 Merge branch 'master' of gitlab.odin.cse.buffalo.edu:sqlite-benchmark/core 2015-06-30 12:55:44 -04:00
analysis Analysis 2015-06-04 15:37:47 -04:00
bin Stats processing now also supports aggregate analysis 2015-06-05 23:07:31 -04:00
data Prototype 2015-05-05 09:49:02 -04:00
graphs Graph generation tweaks 2015-06-21 17:55:36 -04:00
lib Merge branch 'master' of gitlab.odin.cse.buffalo.edu:sqlite-benchmark/core 2015-06-30 12:55:44 -04:00
logs Prototype 2015-05-05 09:49:02 -04:00
scripts reorg 2015-05-25 19:26:21 -04:00
src/sqlanalysis more aggstats 2015-06-30 12:55:05 -04:00
.gitignore Some preliminary graphs 2015-06-06 19:15:22 -04:00
README Merge branch 'jerryant' of mjolnir.cse.buffalo.edu:astral/userspace-sql-benchmark 2015-05-25 16:53:49 -04:00
Rakefile Graph generation tweaks 2015-06-21 17:55:36 -04:00
build.xml Some preliminary graphs 2015-06-06 19:15:22 -04:00

README

GENERAL:
Clone the project and just type 'ant'.
Change build.xml as required.

FOLDERS:
/data - Contains data generated by JoinsFileGenerator.
/lib  - Contains all libs used in this project.
/logs - Necessary logs for further investigation.
/scripts - python scripts to generate plots.
/src  - Java code to parse the SQLLite queries.

NOTE:
Original data for generating the files in the data directory is obtained from
PhoneLab SQLLite logs.
NOTE:
Sqlparser based on modified code written by Paul McGuire to read our SQLLite logs.
Requires more work and testing.