Adaptive query handler for ORM technologies

DSpace/Manakin Repository

Show simple item record

dc.contributor.advisor Marin, Andrea it_IT
dc.contributor.author Quartarone, Paolo <1996> it_IT
dc.date.accessioned 2020-07-15 it_IT
dc.date.accessioned 2020-09-24T12:05:19Z
dc.date.available 2020-09-24T12:05:19Z
dc.date.issued 2020-07-28 it_IT
dc.identifier.uri http://hdl.handle.net/10579/17755
dc.description.abstract In modern software engineering, the mapping between the software layer and the persistent data layer is handled by the Object Relational Mapping (ORM) tools. These transform the operations on objects into DBMS CRUD queries. The problem of formulating the query associated with the operations in the most efficient way has been only partially solved by static code annotations. This implies that the programmer must guess the behaviour of the software once it is deployed in order to choose the best configuration. In this work, we make a step toward the dynamic configuration of the queries. The ORM that we propose aims at improving the overall system performance monitoring and adapting the behaviour of the query. The solution archives the result pruning the statement in two steps. In the first step the ORM choose columns to fetch taking into account the system load and usage frequencies. In the second step it exploits join elimination optimization, a feature implemented by some DBMS that removes unnecessary tables from a query, avoiding needless scans and joins operations. Then, the ORM proposed applies together eager and lazy strategies. It will load the expected data eagerly and laziness the data not expected but subsequently requested. The efficiency of the proposed solution is assessed through customized tests and through the Tsung test tool, comparing the ORM developed with a simple JDBC connection and the Hibernate ORM service. it_IT
dc.language.iso en it_IT
dc.publisher Università Ca' Foscari Venezia it_IT
dc.rights © Paolo Quartarone, 2020 it_IT
dc.title Adaptive query handler for ORM technologies it_IT
dc.title.alternative Adaptive query handler for ORM technologies it_IT
dc.type Master's Degree Thesis it_IT
dc.degree.name Informatica - computer science it_IT
dc.degree.level Laurea magistrale it_IT
dc.degree.grantor Dipartimento di Scienze Ambientali, Informatica e Statistica it_IT
dc.description.academicyear 2019/2020 - Sessione Estiva it_IT
dc.rights.accessrights openAccess it_IT
dc.thesis.matricno 859724 it_IT
dc.subject.miur INF/01 INFORMATICA it_IT
dc.description.note it_IT
dc.degree.discipline it_IT
dc.contributor.co-advisor it_IT
dc.date.embargoend it_IT
dc.provenance.upload Paolo Quartarone (859724@stud.unive.it), 2020-07-15 it_IT
dc.provenance.plagiarycheck Andrea Marin (marin@unive.it), 2020-07-27 it_IT


Files in this item

This item appears in the following Collection(s)

Show simple item record