Does anyone have experience dealing with large amount of images like thousands in number and in GBs by total size?
Currently, I am loading them by using Bundle Info Load and loading them from a directory and QVW's size is around 150MB but the size of QVW is increasing over time because images are coming in and the concern is how to handle them properly for long term?
Would it be a good idea to store images in a databse and running a SQL query against it?