📄 wisc-readme
字号:
The Postgres Wisconsin BenchmarkIn this directory are the queries and raw data files used to populate thePostgres version of the Wisconsin benchmark. In order to run the benchmark,you'll initially need to execute the script./create.shwhich will populate the "bench" database, create the indices, and vacuum thedatabase. This will take from 10 minutes or so on a Sparc II/DECstation 5000class machine to an hour on a Sun 3.Once create.sh completes, you can execute the benchmark by running thescript./runwisc.shinto an output file. This output file may be quite large (300K or so)so make sure you have sufficient disk space. Once the benchmark run hascompleted, query execution times can be obtained by running the ./perqueryscript on the output file. It will generate a nicely formatted, numberedset of output with times for each query indicated. (Note that each queryis run twice.) !!! WARNING! DO NOT RUN THESE SCRIPTS IF THE POSTMASTER IS RUNNING !!!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -