Added a comment: batch presence checking
authorIlya_Shlyakhter <Ilya_Shlyakhter@web>
Thu, 27 Feb 2020 20:33:44 +0000 (20:33 +0000)
committeradmin <admin@branchable.com>
Thu, 27 Feb 2020 20:33:44 +0000 (20:33 +0000)
doc/todo/CHECKPRESENT-MULTI/comment_1_181a908a9f77a4c51d1d09f1aff526b7._comment [new file with mode: 0644]

diff --git a/doc/todo/CHECKPRESENT-MULTI/comment_1_181a908a9f77a4c51d1d09f1aff526b7._comment b/doc/todo/CHECKPRESENT-MULTI/comment_1_181a908a9f77a4c51d1d09f1aff526b7._comment
new file mode 100644 (file)
index 0000000..d81b7be
--- /dev/null
@@ -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.
+"""]]