1 / 10

Enhancing Database Performance Analysis with TPC-H Based Measurement Tools

This project explores the development of a TPC-H based database performance measuring tool, aimed at providing industry-standard metrics for OLTP systems. The tool addresses crucial performance questions such as database loading time, queries per hour, and price/performance ratio. We will dissect the project into four sub-problems: creating the database, generating complex queries, analyzing results based on TPC-H metrics, and reporting measured outcomes. Our focus is on effectively mapping these sub-problems to problem frames to ensure comprehensive insights into database performance.

obert
Télécharger la présentation

Enhancing Database Performance Analysis with TPC-H Based Measurement Tools

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. TTA Project THEORACTICE OCT. 25, 2005

  2. Project Overview 1) Have you ever used DBMS such as Oracle, MS-SQL ? 2) How can you decide whether the DB performance is good or not?

  3. Project Overview TPC-H based DB Performance measuring tool De facto industry standards body for OLTP ● Examining large amounts of data ● Examining queries that are complex ● Essential Metrics 1) Time to load the database 2) Queries per Hours (QphH) 3) Price / performance ($ / QphH)

  4. Context Diagram (Overall)

  5. Divide Sub-problems 1) Database Generator 2) Database Query Generator 3) Measure Metrics based on TPC-H 4) Report measured results

  6. Sub problem-1 (Create DB)

  7. Sub problem-2 (Create Query)

  8. Sub problem-3 (Analyze Result)

  9. Sub problem-4 (Show Report)

  10. Major Question ? How can we map sub-problems to problem frames ? Given problem frames are enough ?

More Related