Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesovsky committed Jun 23, 2020
1 parent 93f022f commit 8ce6b75
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# Noisia
Harmful workload generator for PostgreSQL.
- idle transactions
- rollbacks
- waiting transactions
- deadlocks
- see built-in help for more runtime options.
# Noisia

**ATTENTION: Use only for testing purposes, don't execute against production, reckless usage might cause problems.**
**Harmful workload generator for PostgreSQL.**

---
#### TODO
- temporary files

Supported workloads:
- `idle transactions` - transactions that do nothing during its lifetime.

- `rollbacks` - transactions performed some work but rolled back in the end.

- `waiting transactions` - transaction locked by other transactions and thus waiting.

- `deadlocks` - simultaneous transactions where each hold locks that the other transactions wants.

- `temporary files` - queries that produce on-disk temporary files due to lack of `work_mem`.

- ...see built-in help for more runtime options.

---
**ATTENTION: Use only for testing purposes, don't execute against production, reckless usage will cause problems.**

**DISCLAIMER: THIS SOFTWARE PROVIDED AS-IS WITH NO CARES AND GUARANTEES RELATED TO YOU DATABASES. USE AT YOUR OWN RISK.**

0 comments on commit 8ce6b75

Please sign in to comment.