Database Benchmark

Aus Geoinformation HSR
Version vom 13. Oktober 2013, 21:23 Uhr von Stefan (Diskussion | Beiträge) (Weblinks / References)

Wechseln zu: Navigation, Suche

See also

About Database Performance Benchmarking...

Existing DB-Benchmarks:

  • TPC-C for OLTP benchmarks.
  • TPC-R & TPC-H (formerly TPC-DS) for data warehouse & decision support systems.
  • TPC-W benchmark for Web-based systems.
  • "The Engineering Database Benchmark".
  • Open Source Database Benchmark
  • PolePosition open source database benchmark [1]

Guidelines

A database performance benchmark hast to consider following different aspects:

  1. Cold and warm start (beware that in case of warm start chaching will take place!).
  2. Equality and Range Queries.
  3. Query-Result Sets, which respond with one tupel or which respond more than half of the tupels in the dataset.
  4. Single User versus Multi-user.

Software (Scritps) for benchmark automation:

Weblinks / References