Skip to content

Releases: hhhieu0103/QueryMeasurement

Final Delivery

12 Dec 02:10

Choose a tag to compare

Documentation.docx
Queries performance on different table sizes
Queries performance on salary_tracker_1MB table
Queries performance on salary_tracker_10MB table
Queries performance on salary_tracker_100MB table
Query 1 performance on different table sizes
Query 2 performance on different table sizes
Query 3 performance on different table sizes
Query 4 performance on different table sizes
Query 5 performance on different table sizes
Query 6 performance on different table sizes

  1. Source Code: Updated code reflecting the normalized database schema and expanded queries.
  2. Performance Results: Graphs showing query performance for different file sizes.
  3. Database Schema: Design and documentation of the database schema with multiple tables.
  4. Final Report: A comprehensive report including:
    • Time measurements with graphs for both initial and expanded queries.
    • Comparison of query performance with the original CSV and the normalized schema.

Mid-Semester Delivery

29 Oct 04:27

Choose a tag to compare

Mid-Semester Milestone

  1. Source Code: Complete code for loading CSV data into the database and querying it.
  2. Performance Results: Graphs showing query performance for different file sizes.
  3. Documentation: Description of the queries performed and time measurement methods.