I am working on a Shopping Cart (Cake PHP) and have 700 000 products. I need to store images for all the products to show on website. The total space of all the images is 600 to 700 GB.
How should I manage these images? Should I use any third party to manage images or should I store the images locally and show it?