I'm working on ec2, a CR and subsite-aware ecommerce package, and I'm debating on how to store images. I'm using ImageMagick to convert product images to several sizes: 600px, 400px, 200px, and 100px.
It appears that using the CR for images would require creating a content item for each image size so four entries per image revision. To me this is alot of overhead for an image.
A store could have millions of products so you could end up with a huge number of entries in the CR, even bigger if you are an ASP with several subsites running off the codebase.
I want to make use of the CR, but I don't want performance to suffer. Any advice?