Skip to content

Commit

Permalink
Update README.md (#36)
Browse files Browse the repository at this point in the history
Added a note to limitations about interactions with the Soft Delete feature
  • Loading branch information
dutchiechris authored May 26, 2024
1 parent 200fc55 commit 2423136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ dataset = dataflux_mapstyle_dataset.DataFluxMapStyleDataset(

Note that turning off this behavior will cause the training loop to take significantly longer to complete when working with small files.

### Soft Delete
To avoid storage charges for retaining the temporary composite objects, consider disabling the [Soft Delete](https://cloud.google.com/storage/docs/soft-delete) retention duration on the bucket.

### Google Cloud Storage Class
Due to the quick creation and deletion of composite objects, we recommend that only the [Standard storage class](https://cloud.google.com/storage/docs/storage-classes) is applied to your bucket to minimize cost and maximize performance.

Expand Down

0 comments on commit 2423136

Please sign in to comment.