Hello. I am developing a website. Users will be able to upload images. I will create a table for images here, but should I keep all images in one table along with the username or should I create a separate table for each user? If I keep them in the same table, the system will continuously query from the same table every time a user accesses their profile, which I think will strain the system. What approach should I take?