From 957dc80c3f4babfeb1784953e1bdc49d03dbb65e Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Thu, 27 Feb 2020 20:33:44 +0000 Subject: [PATCH] Added a comment: batch presence checking --- .../comment_1_181a908a9f77a4c51d1d09f1aff526b7._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/CHECKPRESENT-MULTI/comment_1_181a908a9f77a4c51d1d09f1aff526b7._comment diff --git a/doc/todo/CHECKPRESENT-MULTI/comment_1_181a908a9f77a4c51d1d09f1aff526b7._comment b/doc/todo/CHECKPRESENT-MULTI/comment_1_181a908a9f77a4c51d1d09f1aff526b7._comment new file mode 100644 index 0000000000..d81b7be40e --- /dev/null +++ b/doc/todo/CHECKPRESENT-MULTI/comment_1_181a908a9f77a4c51d1d09f1aff526b7._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Ilya_Shlyakhter" + avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0" + subject="batch presence checking" + date="2020-02-27T20:33:44Z" + content=""" +Beyond individual large files, maybe this could speed up checking that a whole directory is present in an export remote, by using a command like [`gsutil ls`](https://cloud.google.com/storage/docs/gsutil/commands/ls) to list the present files, instead of calling [`gsutil stat`](https://cloud.google.com/storage/docs/gsutil/commands/stat) on each file individually. +"""]]