Database Benchmark: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K (Weblinks)
K (Weblinks / References)
Zeile 26: Zeile 26:
  
 
== Weblinks / References ==
 
== Weblinks / References ==
 
* "A Benchmark for Multidimensional Index Structures" by Norbert Beckmann & Bernhard Seeger '''(NOTE: Includes data!)'''. [http://www.mathematik.uni-marburg.de/~rstar/benchmark/] and [http://www.mathematik.uni-marburg.de/~seeger/rrstar/index.html]
 
  
 
* "The Engineering Database Benchmark", Rick Cattell, [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.89.1518&rep=rep1&type=pdf PDF].  
 
* "The Engineering Database Benchmark", Rick Cattell, [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.89.1518&rep=rep1&type=pdf PDF].  
 
* [http://osdb.sourceforge.net/ Open Source Database Benchmark]
 
* [http://osdb.sourceforge.net/ Open Source Database Benchmark]
 
* http://www.delicious.com/sfkeller/database+benchmark and http://www.delicious.com/tag/database,benchmark/alltime
 
* http://www.delicious.com/sfkeller/database+benchmark and http://www.delicious.com/tag/database,benchmark/alltime

Version vom 13. Oktober 2013, 21:23 Uhr

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