Glossary term

BLOB

Binary Large Object

Database field storing binary data -- images, files, blobs.

acronymData & AnalyticsSenior

When you'd see it: Storage and database discussions about files: images, video, documents, or other non-text data.

Why it matters: A BLOB is how a system stores a large binary file. The practical takeaway is that putting big files directly in a database is usually a mistake. They belong in object storage, with the database holding only a reference.

Study this in BizTech Primer →