You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 22:52:25 UTC

[GitHub] [beam] kennknowles opened a new issue, #19172: Optimise GCSFilesystem rename implementation

kennknowles opened a new issue, #19172:
URL: https://github.com/apache/beam/issues/19172

   `GCSFileSystem` implements a `rename()` with a `copy` and `delete` operation.
   
   However, GCS has an [Objects: rewrite](https://cloud.google.com/storage/docs/json_api/v1/objects/rewrite) which looks like it would be a metadata operation only and therefore has the potential to be much quicker.
   
   Once BEAM-5036 is fixed IOs that write files will make use of a `rename` operation.
   
   Imported from Jira [BEAM-5429](https://issues.apache.org/jira/browse/BEAM-5429). Original Jira may contain additional context.
   Reported by: timrobertson100.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] closed issue #19172: Optimise GCSFilesystem rename implementation

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #19172: Optimise GCSFilesystem rename implementation
URL: https://github.com/apache/beam/issues/19172


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #19172: Optimise GCSFilesystem rename implementation

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #19172:
URL: https://github.com/apache/beam/issues/19172#issuecomment-1218396180

   .close-issue not_planned
   Function already there. Outdated.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org