What are blobs in computers?

Print anything with Printful



Blobs are binary data blocks stored in a database, capable of holding various types of media files. They take up more memory than strings or integers and have a storage threshold in most databases. Some databases disallow the use of blobs.

Binary large objects, or blobs, are blocks of binary data stored in a database program. In databases, the most common information is strings or lines of text. A blob is a section of track that can store images, videos, programs and other information in the database. They are capable of holding various data, so blobs are often heavier in memory than other information in a database. Each database program has a different storage threshold for blobs, and some databases disallow the use of blobs.

In database programs, the most common information consists of letters or numbers. These are organized as characters, strings and integers. Unlike these other pieces of data, BLOBs are made up of binaries or 1s and 0s, used to create a variety of media files.

In a blob, the binary encoding is stored as a single entity. This entity is often a file, but it can also be an entire program. Typical blob files are video, image, and audio files, which makes the database itself much more diverse. Using a blob, a programmer will be able to expand a database from simply holding characters to being able to hold media for archiving.

Font files and blobs can be combined for organization. For example, if your admin imports a couple of blob images, it can be confusing to figure out which image is which. You can place a string below the image, which acts as a title for the image.

Strings and integers in databases consist only of characters, so they often use only a small amount of memory. Blobs take up substantially more memory, because files are more intensive and require more characters than a string or integer. Using a large volume of blobs can slow down a database, which is why there’s usually a limit to how much memory a blob can use.

Blob files in most databases have a storage threshold. For most databases, this ranges from several hundred megabytes (MB) to a few gigabytes (GB). A higher threshold means that more blobs can be created but, at the same time, it increases the possibility that the blob will slow down the database.
Some database systems don’t allow the use of BLOBs. This is rare, because blobs allow administrators to archive virtually any type of file. For databases that are not configured to include blob architecture, you cannot include media files in the database.




Protect your devices with Threat Protection by NordVPN


Skip to content