Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scytherswings committed Nov 21, 2018
1 parent c455b4e commit e3c6b94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@ end
- See the [Approved Tables Configuration](#approved-tables-configuration) section for more.

- `dry_run` - Optional: Boolean value to control whether changes are executed on the database.
- You can set it to either `true` or `false`.
- Defaults to `false`
- `true` will make PgDice log out the commands but not execute them.

- `batch_size` - Optional: Maximum number of tables you can drop in one `drop_old_partitions` call.
- Defaults to 7.
- Keep in mind the size of your tables, drop operations are done in one command. Large tables
will take longer to drop per table and could time out if there is activity on the parent table.


#### Advanced Configuration Parameters
Expand Down

0 comments on commit e3c6b94

Please sign in to comment.