100 likes | 234 Vues
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.
E N D
TTA Project THEORACTICE OCT. 25, 2005
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?
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)
Divide Sub-problems 1) Database Generator 2) Database Query Generator 3) Measure Metrics based on TPC-H 4) Report measured results
Major Question ? How can we map sub-problems to problem frames ? Given problem frames are enough ?