Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apostolouagg/database-management-systems-dbms
Τελική εργασία στα "Συστήματα διαχείρισης βάσεων δεδομένων"
https://github.com/apostolouagg/database-management-systems-dbms
Last synced: 4 days ago
JSON representation
Τελική εργασία στα "Συστήματα διαχείρισης βάσεων δεδομένων"
- Host: GitHub
- URL: https://github.com/apostolouagg/database-management-systems-dbms
- Owner: apostolouagg
- Created: 2024-03-09T19:35:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T22:18:15.000Z (8 months ago)
- Last Synced: 2024-03-10T20:43:58.154Z (8 months ago)
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.