Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 262 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 262 Bytes

PostrgeSQL update benchmark

A tiny Node.js project to benchmark postgreSQL many update queries VS one big update query

Install

  • yarn install
  • docker-compose up

Usage

yarn run start --numberOfInserts=<number> --numberOfUpdates=<number>