Skip to main content

Hi Experts,

Quite a trivial question. When we upload files to the image library where are these stored? In a cloud hosted system are these stored in the attachment blob container? Or is it some other database table? 

Cheers,
Miraj

Hi Miraj,

those are stored in metrix_image-table by default. See following example:
 


The Azure Storage container usually only holds the Attachments.

 

Best regards
Roman


Thanks @roklde 🙂


Hi @Miraj !

Small correction on the above: Images uploaded by Users are stored in the cust_image-table and not in metrix_image, which is only for baseline items.

Best regards
Roman


Reply