Does anybody have experience with the performance of the repository type ‘File Storage’ compared to ‘Database’?
I would expect that it’s a little bit slower to download a file from Cloud File Storage than reading it from the database.
- But how big is the difference really? (Did anybody measure it? E. g. is it just about 50ms more?)
- Does the difference depend on the file size? (Means: Is downloading from ‘File Storage’ much slower for big files?)
- Does is depend on the number of files? (Means: Will ‘File Storage’ get much slower if you have millions of files?)
Any practical experience is highly appreciated.