M
M
Matisumi2019-08-23 18:05:11
Images
Matisumi, 2019-08-23 18:05:11

Where and how do you store images in web projects?

How do you organize the storage and fast return of a large number of images in your web projects, projects on the .net/.net core platform are of particular interest?
It is assumed that it is inconvenient to store in a database (MS SQL) and constantly give it away, since there may be many requests from users, it is not convenient to store directly on disk and give it from there in terms of scaling. What other options are there with an acceptable speed? Cache in Redis?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2019-08-23
@inoise

Clouds, S3-compatible object storage, CDN on top) is the best solution

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question