Hey Guys,
So we are trying to make our DB more lean and wanted to take advantage of using CDN with Azure. This part was successful and we were able to configure everything. I did however notice that images are still stored in the DB. Which led to a few questions I could not find answered anywhere? Hopefully anyone can help.
- Where are the cdn urls stored for a product image?
- How are the urls created?
- If I'm storing the images in the DB, can I delete the binary image record from the products table?
- If I'm storing the images in the files system, can I delete the image locally?
Thanks!!
So we are trying to make our DB more lean and wanted to take advantage of using CDN with Azure. This part was successful and we were able to configure everything. I did however notice that images are still stored in the DB. Which led to a few questions I could not find answered anywhere? Hopefully anyone can help.
- Where are the cdn urls stored for a product image?
- How are the urls created?
- If I'm storing the images in the DB, can I delete the binary image record from the products table?
- If I'm storing the images in the files system, can I delete the image locally?
Thanks!!
0
