@inproceedings{0f363cca0a394e1ea30034efde7598cc,
title = "Database system support for personalized recommendation applications",
abstract = "Personalized recommendation has become popular in modern web services. For instance, Amazon recommends new items to shoppers. Also, Netflix recommends shows to viewers, and Facebook recommends friends to its users. Despite the ubiquity of recommendation applications, classic database management systems still do not provide in-house support for recommending data stored in the database. In this paper, we present the anatomy of RecDB an open source PostgreSQLbased system that provides a unified approach for declarative data recommendation inside the database engine. RecDB realizes the personalized recommendation functionality as query operators inside the database kernel. That facilitates applying the recommendation functionality and typical database operations (e.g., Selection, Join, Top-k) side-by-side. To further reduce the application latency, RecDB pre-computes and caches the generated recommendation in the database. In the paper, we present extensive experiments that study the performance of personalized recommendation applications based on an actual implementation inside PostgreSQL 9.2 using real Movie recommendation and location-Aware recommendation scenarios. The results show that a recommendation-Aware database engine, i.e., RecDB, outperforms the classic approach that implements the recommendation logic on-Top of the database engine in various recommendation applications.",
keywords = "Analytics, Database, Indexing, Join, Machine learning, Personalization, Recommendation",
author = "Mohamed Sarwat and Raha Moraffah and Mokbel, {Mohamed F.} and Avery, {James L.}",
year = "2017",
month = may,
day = "16",
doi = "10.1109/ICDE.2017.174",
language = "English (US)",
series = "Proceedings - International Conference on Data Engineering",
publisher = "IEEE Computer Society",
pages = "1320--1331",
booktitle = "Proceedings - 2017 IEEE 33rd International Conference on Data Engineering, ICDE 2017",
note = "33rd IEEE International Conference on Data Engineering, ICDE 2017 ; Conference date: 19-04-2017 Through 22-04-2017",
}