Skip to content

Commit

Permalink
Merge pull request #59 from GreenmaskIO/v019_doc_typo_fix
Browse files Browse the repository at this point in the history
Fixed release note type
  • Loading branch information
wwoytenko authored Apr 6, 2024
2 parents c5e6324 + e460889 commit eb7f3fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release_notes/greenmask_0_1_9.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This release introduces improvements and bug fixes

## Improvements

* Implemented tables scoring according to the type and transformation costs. This correctly spread the tables dumping
between the requested workers pool and reduces the execution time. Now greenmask introspects the table size, adds
the transformation scoring using the formula
* Implemented tables scoring according to the table size and transformation costs. This correctly spread the tables
dumping between the requested workers pool and reduces the execution time. Now greenmask introspects the table size,
adds the transformation scoring using the formula
`score = tableSizeInBytes + (tableSizeInBytes * 0.03 * tableTransformationsCount)`, and uses the strategy "Largest
First". The problem is described [here](https://github.com/GreenmaskIO/greenmask/discussions/50)
* Introduced `no_verify_ssl` parameter for S3 storage
Expand Down

0 comments on commit eb7f3fb

Please sign in to comment.