Apex 18.2. and database 18c XE.
Hi,
I have an Interactive Report with a cards template. It retrieves a blob column with other different type of columns. The blob column stores images through a File Browser page item in another page.
The Cards template displays the images in a small size. But the user might have uploaded high-sized images.
My question is, Should I resize images before submitting to the database? Could it affect performance with 40 -100 images displayed at once?
If I should resize images, What free approach should I take?