EnterpriseDB / pg_nosql_benchmark

A tool which can be used to benchmark PostgreSQL (JSONB) and MongoDB (BSON)
Other
217 stars 44 forks source link

Updates to scripts #9

Closed richyen closed 10 months ago

richyen commented 5 years ago
- Use PG 10 and Mongo 3.6
- Allow NUM_ROWS to be passed as an argument
- When testing with incremental row-counts, save time by appending to the JSON file rather than re-generating it
- Provide Vagrantfile and setup scripts to allow for quick setup
- Update README
- Fix typos