Answer the question
In order to leave comments, you need to log in
Where to store a large number of files?
Good afternoon, there is a need to store a large number of files, approximately 150-200 kb in size for a project written in C # (Desktop), approximately 30-40 files need to be saved per day.
The application uses a Postgres database.
I thought of several options:
1) Save in the Postgres database, but the database will grow in size, and backups are made every day
2) Run another MongoDB database, it has GridFS, special for storing files
3) Use FTP
4) Write a server application, using the API to save/receive files
Answer the question
In order to leave comments, you need to log in
Option 4 would be the most correct.
And ftp is the wrong thing. How to store files in databases.
PS And your desktop part should communicate with the server part, and not directly with the database, as it is implemented now.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question