Main page Research activities Publications Talks MSc thesis projects Courses Mentoring Hobby and spare time Write me This site uses
Google Analytics
Last updated on
18 March 2024

Publication details

R. Andreoli, T. Cucinotta, D. B. de Oliveira. "Priority-driven Differentiated Performance for NoSQL Database-as-a-Service," IEEE Transactions on Cloud Computing, July 2023

Abstract

Designing data stores for native Cloud Computing services brings a number of challenges, especially if the Cloud Provider wants to offer database services capable of controlling the response time for specific customers. These requests may come from heterogeneous data-driven applications with conflicting responsiveness requirements. For instance, a batch processing workload does not require the same level of responsiveness as a time-sensitive one. Their coexistence may interfere with the responsiveness of the time-sensitive workload, such as online video gaming, virtual reality, and cloud-based machine learning. This paper presents a modification to the popular MongoDB NoSQL database to enable differentiated per-user/request performance on a priority basis by leveraging CPU scheduling and synchronization mechanisms available within the Operating System. This is achieved with minimally invasive changes to the source code and without affecting the performance and behavior of the database when the new feature is not in use. The proposed extension has been integrated with the access-control model of MongoDB for secure and controlled access to the new capability. Extensive experimentation with realistic workloads demonstrates how the proposed solution is able to reduce the response times for high-priority users/requests, with respect to lower-priority ones, in scenarios with mixed-priority clients accessing the data store.

Copyright by IEEE.

See paper on publisher website

Download paper

DOI: 10.1109/TCC.2023.3292031

BibTeX entry:

@article{Andreoli2023,
	doi = {10.1109/tcc.2023.3292031},
	url = {https://doi.org/10.1109%2Ftcc.2023.3292031},
	year = 2023,
	publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
	pages = {1--14},
	author = {Remo Andreoli and Tommaso Cucinotta and Daniel Bristot De Oliveira},
	title = {Priority-Driven Differentiated Performance for {NoSQL} Database-As-a-Service},
	journal = {{IEEE} Transactions on Cloud Computing}
}

Main page Research activities Publications Talks MSc thesis projects Courses Mentoring Hobby and spare time Write me Last updated on
18 March 2024