Best MySQL schema for storing image processing jobs?
I'm building an application that processes user-uploaded images through an API.
Each image goes through multiple stages:
- Uploaded
- Queued
- Processed
- Completed
I'm curious how others design MySQL tables for this type of workflow.
Do you use separate tables for jobs and results, or a single table with status columns?
Subject
Written By
Posted
Best MySQL schema for storing image processing jobs?
June 03, 2026 07:26AM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.