diff --git a/db/publications.json b/db/publications.json index 5d77ba51..dea0460d 100644 --- a/db/publications.json +++ b/db/publications.json @@ -1,4 +1,19 @@ [ + { + "title" : "Benchmarking Pocket-Scale Databases", + "authors" : [ + "Carl Nuessle", + "Oliver Kennedy", + "Lukasz Ziarek" + ], + "venue": "TPC-TC", + "projects" : ["pocketdata", "astral"], + "year" : 2019, + "length" : 16, + "urls" : { + "paper" : "https://odin.cse.buffalo.edu/papers/2019/TPCTC-PocketData.pdf" + } + }, { "title" : "CAPE: Explaining Outliers by Counterbalancing", "authors" : [ diff --git a/src/papers/2019/TPCTC-PocketData.pdf b/src/papers/2019/TPCTC-PocketData.pdf new file mode 100644 index 00000000..53d63642 Binary files /dev/null and b/src/papers/2019/TPCTC-PocketData.pdf differ