https://github.com/dukedbgroup/ROBUS

sort by:
Revision Author Date Message Commit Date
e29f4a8 Merge branch 'master' of https://github.com/dukedbgroup/ROBUS 03 April 2015, 22:33:47 UTC
a015bd2 snappy giving error, setting io compression to lz4 03 April 2015, 22:33:03 UTC
642f5e8 Update README.md 03 April 2015, 22:11:09 UTC
990fca4 Update README.md 03 April 2015, 22:10:36 UTC
fe60d78 more metrics 03 April 2015, 19:40:52 UTC
b81ecac Update AbstractCachePlanner.scala 28 March 2015, 14:33:57 UTC
03a8658 bug fix for overbudgeted partitioned allocations 30 October 2014, 20:25:36 UTC
e0c3c8c debugging info 27 October 2014, 20:14:23 UTC
aaa12c2 debug statements 27 October 2014, 16:16:53 UTC
3ab134b replacing random weights with weights from binary hypercube and increasing number of iterations of simpleMMF 27 October 2014, 16:57:50 UTC
b4f7f7d bug fix 25 October 2014, 23:28:39 UTC
0e34adf Brandon's changes in gradient descent for PF 25 October 2014, 22:36:36 UTC
d5bbe24 bug fix in MMF-SC 23 October 2014, 21:03:31 UTC
6e2cac7 saving query run-times to compute performance fairness index 23 October 2014, 17:27:43 UTC
8bd29ee bug fix in metrics 23 October 2014, 03:35:51 UTC
242cf49 minor changes in metrics 23 October 2014, 01:05:26 UTC
e1eb3c5 glpk solver for MMF-SC 23 October 2014, 01:08:48 UTC
a43eccf gradient descent for PF 23 October 2014, 00:24:04 UTC
f32e3ee changes to help debugging 21 October 2014, 03:45:24 UTC
c81e425 recursive version of MMF 21 October 2014, 02:28:52 UTC
78c3ae6 Brandon's code on algorithms revamped slightly 19 October 2014, 04:40:40 UTC
6033bdb merge 18 October 2014, 22:26:21 UTC
957fbf7 metrics revamp 18 October 2014, 22:24:59 UTC
c49cfce fix for small batch size failure 14 October 2014, 22:41:41 UTC
ff8edf7 bug fix in RSD 14 October 2014, 16:52:47 UTC
cb92b57 error handling 14 October 2014, 14:14:51 UTC
97074d7 revoking a change as Spark runs into thread issues with scala reflections 14 October 2014, 00:13:05 UTC
bca594b benefit map changed 13 October 2014, 23:54:56 UTC
06f4fc1 1. added PF algorithm, 2. making data load to hive warehouse a one-time process and no longer on-demand 13 October 2014, 21:03:15 UTC
453cfba fixes in greedy algorithm 13 October 2014, 06:16:20 UTC
bc172f6 offline algorithms 13 October 2014, 03:12:23 UTC
01afbaf 1. cache query running in new thread, 2. more metrics 13 October 2014, 02:26:45 UTC
e6066ed new thread to submit to spark 12 October 2014, 23:34:33 UTC
52ea10f more metrics, more bug fixes 12 October 2014, 22:56:15 UTC
8d5333d all online algorithm setups coded; new metrics on cache movements 12 October 2014, 21:11:28 UTC
83e99d1 small fixes and refractoring 12 October 2014, 05:09:34 UTC
1b1fb90 hack to get hive use hdfs warehouse and other bug fixes 11 October 2014, 21:32:00 UTC
8910081 zipf distribution 11 October 2014, 01:40:19 UTC
ca755ff listener, algorithms, metrics, other changes 10 October 2014, 21:06:32 UTC
29b89a5 framework revamped; provision for fair algorithms on single dataset 09 October 2014, 18:43:03 UTC
46ca29c drop candidates, cache candidates works correctly 03 July 2014, 06:10:37 UTC
0655de3 replay mode is working correctly 02 July 2014, 22:56:45 UTC
9463261 Merge branch 'master' of https://github.com/shlee0605/CachePlanner 02 July 2014, 19:19:03 UTC
d43675a implementing replay mode so that the test can be easily done 02 July 2014, 19:18:22 UTC
08bd6df refactoring 02 July 2014, 19:15:40 UTC
aea3a05 adding json serialize/deserialize feature for the queries 02 July 2014, 00:17:23 UTC
2986e4a merge conflict resolved 01 July 2014, 20:21:15 UTC
b34e061 now query runs on spark-sql 01 July 2014, 20:19:19 UTC
5299197 boosting benefits of columns that are already in cache 01 July 2014, 19:34:51 UTC
f546289 Merge branch 'master' of https://github.com/shlee0605/CachePlanner 01 July 2014, 02:18:57 UTC
8120d20 Fix for map exception 01 July 2014, 02:18:16 UTC
163677b erased sbt jar 01 July 2014, 01:11:13 UTC
1f7e299 working on online cache planner 01 July 2014, 01:10:48 UTC
fe94ff3 updated query util for generating sql 27 June 2014, 21:38:39 UTC
ff8a2b5 modified online algorithm class 27 June 2014, 21:11:34 UTC
fb81ccb updated categorizing columns to cache or drop 27 June 2014, 21:09:24 UTC
11f8b05 working on the part that checks queries to be cached or dropped 25 June 2014, 08:37:23 UTC
9411ae4 modified dependency 25 June 2014, 00:09:54 UTC
3961c01 added the initialization of cache planner 25 June 2014, 00:04:31 UTC
d38862e Implemented greedy algorithm for single column queries. caching queries have to be fired yet. 19 June 2014, 02:49:57 UTC
1697f67 batch analyzer for single column queries 18 June 2014, 15:53:07 UTC
2621493 changes for algorithm 10 June 2014, 21:24:11 UTC
a58093f adding weight to each query 06 June 2014, 22:00:32 UTC
2c4cdeb finished the serialization of query objects, need to implement the way to reproduce the test 23 May 2014, 18:27:05 UTC
28e3cc2 random query generation finished 23 May 2014, 16:39:32 UTC
1321568 single table query generation works correctly 23 May 2014, 08:35:12 UTC
a38ae20 modified single table generator 23 May 2014, 04:06:34 UTC
6e99278 added lib directory 20 May 2014, 07:54:11 UTC
a3545a1 implementing query generator: truncated normal, sample without replacement done 20 May 2014, 07:52:28 UTC
b6bc3de working on query random generator 16 May 2014, 20:27:54 UTC
795700c finished parser and factory 16 May 2014, 16:13:41 UTC
bd90f1e check 14 May 2014, 01:59:05 UTC
749df14 minor modifications 14 May 2014, 01:30:02 UTC
4bb78b6 minor change in listener 25 April 2014, 05:44:05 UTC
aae9c3e threads are implemented 25 April 2014, 04:58:03 UTC
67ce742 Query framework 23 April 2014, 22:23:01 UTC
81f02f2 queue config modification 23 April 2014, 08:47:25 UTC
88a76c4 implemented a simple xml parser for external.xml file in conf dir 23 April 2014, 08:17:55 UTC
40724c3 working on Context.scala 22 April 2014, 21:56:54 UTC
d99987e packages restructured 19 April 2014, 21:36:11 UTC
35d5f62 readme updated 19 April 2014, 06:03:59 UTC
0a49e43 minor update 19 April 2014, 05:57:05 UTC
c139ee7 listener is implemented, basic skeleton stuctures are done 19 April 2014, 05:51:18 UTC
3297d9c change package names 19 April 2014, 02:07:39 UTC
b640e4e initial commit 19 April 2014, 01:56:46 UTC
back to top