Skip to content

Commit

Permalink
doc: added pgzip support description
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoytenko committed Aug 16, 2024
1 parent d44b0dc commit 98227ef
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 @@ -14,7 +14,7 @@ backward-compatible with existing PostgreSQL utilities.
functions. This ensures that the same input data will always produce the same output data. Almost each transformer
supports either `random` or `hash` engine making it universal for any use case.
* **Dynamic parameters** — almost each transformer supports dynamic parameters, allowing to parametrize the
transformer dynamically from the table column value. This is helpful for resolving the functional dependencies
transformer dynamically from the table column value. This is helpful for resolving the functional dependencies
between columns and satisfying the constraints.
* **Cross-platform** - Can be easily built and executed on any platform, thanks to its Go-based architecture,
which eliminates platform dependencies.
Expand All @@ -38,6 +38,8 @@ backward-compatible with existing PostgreSQL utilities.
to deliver results.
* **Provide variety of storages** - Greenmask offers a variety of storage options for local and remote data storage,
including directories and S3-like storage solutions.
* **Pgzip support for faster compression** — by setting `--pgzip`, greenmask can speeds up the dump and restoration
processes through parallel compression.

## Use Cases

Expand Down

0 comments on commit 98227ef

Please sign in to comment.