WISC-README
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. The Postgres Wisconsin Benchmark
  2. In this directory are the queries and raw data files used to populate the
  3. Postgres version of the Wisconsin benchmark.  In order to run the benchmark,
  4. you'll initially need to execute the script
  5. ./create.sh
  6. which will populate the "bench" database, create the indices, and vacuum the
  7. database.  This will take from 10 minutes or so on a Sparc II/DECstation 5000
  8. class machine to an hour on a Sun 3.
  9. Once create.sh completes, you can execute the benchmark by running the
  10. script
  11. ./runwisc.sh
  12. into an output file.  This output file may be quite large (300K or so)
  13. so make sure you have sufficient disk space.  Once the benchmark run has
  14. completed, query execution times can be obtained by running the 
  15. ./perquery
  16. script on the output file.  It will generate a nicely formatted, numbered
  17. set of output with times for each query indicated.  (Note that each query
  18. is run twice.)
  19.   !!! WARNING!  DO NOT RUN THESE SCRIPTS IF THE POSTMASTER IS RUNNING !!!