I am working on a web app and on back-end I have a database of users, articles, and all the other stuff typically used on this kind of web apps. Articles have images that appear at the top of the article and a bunch of images in the article itself. Users also have profile images and I was wondering what if I just created a separate table for all the images ever uploaded to the server.
Would it be easier to use and would it somehow affect the efficiency?