Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apostolouagg/database-management-systems-dbms

Τελική εργασία στα "Συστήματα διαχείρισης βάσεων δεδομένων"
https://github.com/apostolouagg/database-management-systems-dbms

Last synced: 4 days ago
JSON representation

Τελική εργασία στα "Συστήματα διαχείρισης βάσεων δεδομένων"

Awesome Lists containing this project

README

        

## DBMS

### Assignment Description: [db2-project-fall2023.pdf](https://github.com/apostolouagg/Database-Management-Systems-DBMS/files/14547585/db2-project-fall2023.pdf)

The project involves working with real-world ship data in PostgreSQL, loading three CSV files:

- Positions.csv (Containing ship positions over time. Longitude, latitude, speed, etc.)

- Vessels.csv (Static ship details like type and flag)

- VesselTypes.csv (Describing ship types)

The task involves answering **_five key questions_**: querying the data, tuning performance using buffers and parallelism, creating indexes to speed up queries, and partitioning the dataset.

Each step requires analyzing query execution time, improving efficiency, and providing explanations using SQL commands.

Deliverables include SQL scripts, screenshots, and a detailed report demonstrating database management skills and performance optimization techniques.