Skip to content

Commit

Permalink
README: added a note about the squeeze_table() function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin Houska committed Jun 26, 2024
1 parent 1bba703 commit db15da0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ Sample execution:
SELECT squeeze.squeeze_table('public', 'pgbench_accounts');
```

Note that the function is not transactional: it only starts a background
worker, tells it which table it should process and exits. Rollback of the
transaction the function was called in does not revert the changes done by the
worker.

# Enable / disable table processing

To enable processing of bloated tables, run this statement as superuser:
Expand Down

0 comments on commit db15da0

Please sign in to comment.