Object Storage

You might say

Where do user-uploaded profile pictures actually go?

A cloud storage service specialized in whole objects like images, videos, and files, accessed by linkWhen saving user avatars or attachments, the file payload goes to object storage while the database retains only its URL, owner ID, and status metadata. Databases excel at querying structured records, and stuffing binary files into rows degrades performance; splitting them is standard engineering practice.
Know first
Object Storage