Tagged Questions
2
votes
1answer
59 views
Adding specific information to a local file
I have several files on a webserver (not stored in the database). I'd like to store several information to this specific file. The user should be able to post comments about this file.
My question ...
0
votes
4answers
622 views
What's better/faster? MySql or FileSystem?
Let's imagine a web site that is a directory of people. For each person there may be a profile photo and a biography.
I'll admit my SQL queries could be better but in general what would be faster and ...