Skip to main content
Solved

Where are the image library files stored?

  • November 23, 2022
  • 3 replies
  • 240 views

Forum|alt.badge.img+9

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

Best answer by roklde

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

3 replies

roklde
Superhero (Employee)
Forum|alt.badge.img+27
  • Superhero (Employee)
  • Answer
  • November 29, 2022

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


Forum|alt.badge.img+9
  • Author
  • Sidekick (Partner)
  • December 1, 2022

Thanks @roklde 🙂


roklde
Superhero (Employee)
Forum|alt.badge.img+27
  • Superhero (Employee)
  • December 5, 2022

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