jmrobles / sfstress

Snowflake Stress Tester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snowflake Stress Tester

This simple tool executes concurrent queries to stress Snowflake & SQL Server databases.

Usage

sfstress <sql-test-path> <backend> -duration 300 -concurrent 10

Where:

  • sql-test-path, path where the SQL test files to run are located
  • backend, "snowflake" for Snowflake Database or "sqlserver" for Microsoft SQL Server
  • duration, time in seconds for total execution
  • concurrent, number of parallel queries threads

JM Robles @ Civica Software © 2019

MIT Licence

About

Snowflake Stress Tester

License:Apache License 2.0


Languages

Language:Go 85.1%Language:Shell 14.9%