Skip to content

Projects for Technologies and Architectures for Data Management course at Roma Tre University

License

Notifications You must be signed in to change notification settings

Xhst/tagd-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technologies and Architectures for Data Management Projects

This repository contains projects for the course Technologies and Architectures for Data Management at Roma Tre University held by professors: Paolo Atzeni, Stefano Iannucci and Luigi Bellomarini.

Project 1

Experiment with the physical structures of a DBMS; define some relationships (e.g., three) and some queries (two or three) involving selections, projections and joins. Use relations large enough to make the use of indexes convenient (it is suggested to generate, with appropriate progams, random synthetic data). Show, with reference to the chosen DBMS (DB2, PostgresSQL, Oracle, etc.) the behavior of the system (in terms of query execution plan), in the presence and absence of indexes and before and after updating statistics.

Project 2

Experiment with concurrency control management in one or more DBMSs.

Project 3

The project involves performance analysis and sizing of a DBMS.

In the pg_stats results we have to filter our benchmark queries and also delete the row regarding a "DROP" query. Then we analyze the remaining rows in terms of execution time and metrics on blocks.

About

Projects for Technologies and Architectures for Data Management course at Roma Tre University

Topics

Resources

License

Stars

Watchers

Forks