Does anyone out there truncate or delete regularly from the table PS_PT_IMG_TMPSTORE?
PS_PT_IMG_TMPSTORE
This is a temporary database table used by the PeopleCode function ResizeImage.
We just discovered we have 5+million rows in this table, wondering if we should be purging it on a regular basis. All the rows are from the HCM Resize Employees Photo process that we run in full every day.
Important! When the destination location is specified as a database record, the PS_PT_IMG_TMPSTORE table is used to temporarily store the images instead of the specified record. Using the return code of the function invocation as a key value, your application must retrieve the resized images from the PS_PT_IMG_TMPSTORE table. See the “Description” for more information on using the PS_PT_IMG_TMPSTORE table.