weinberger / nosql-tests

NoSQL benchmark tests for documents and graphs
Apache License 2.0
288 stars 94 forks source link

Missing postgresql initial parameters #17

Closed kkartaltepe closed 7 years ago

kkartaltepe commented 7 years ago

The postgresql.conf file should be included for reliable reproduction of this benchmark and validation of settings. Postgres is notorious for extremely conservative resource settings by default and does no inspection of the underlying platform so the settings in this file will define how the query planner represents the underlying system resources.

weinberger commented 7 years ago

It's included in the postgresql archive (data folder). You can find it on the bottom of the blog post or here: https://s3.amazonaws.com/nosql-sample-data/postgresql-9.4.4.tar.bz2

kkartaltepe commented 7 years ago

Doh, I did indeed miss that final crucial section of the blog post. Thank you!