Reputation: 7428
What approach is considered to be the best to store and manage video files? As databases are used for small textual data, are databases good enough to handle huge amounts of video/audio data? Are databases, the formidable solution?
Apart from size of hard disk space required for centrally managing video/audio/image content, what are the requirements of hosting such a server?
Upvotes: 1
Views: 612
Reputation: 401002
I would not store big files, like videos, in the database ; instead, I would :
You have to consider, at least, those few points :
And here are a couple of other questions/answers that might interest you :
Those questions/answers are about images ; but the idea will be exactly the same for videos -- except that videos will be much bigger than images !
Upvotes: 2