I am making an app on google app engine where users will upload files. So total files may reach thousands. Will the cloud storage be able to efficiently retrive those files on demand? I am using only a single bucket.
Is it possible to create a directory structure within a bucket?
– Dumb Fella
2 Answers
4
votes
Yes. There is no limit on the number of files in a bucket and the number of files in a bucket has no impact on the performance of cloud storage.
You cannot create subdirectories in buckets but object names can include "/" forward slashes so you can mimick directory structures.
1
votes
I have a single directory in GCS that has over 15,000 files. The performance is excellent. GCS doesn't seem to suffer from the usual file system lag when too many files are in a directory.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more