| p:abstract
| - A binary large object, also known as a blob, is a collection of binary data stored as a single entity in a database management system. Blobs are typically images, audio or other multimedia objects, though sometimes binary executable code is stored as a blob. Database support for blobs is not universal. Blobs were originally just amorphous chunks of data invented by Jim Starkey at DEC, who describes them as "the thing that ate Cincinnati, Cleveland, or whatever". Later, Terry McKiever, a marketing person for Apollo felt that it needed to be an acronym and invented the backronym Basic Large Object. Then Informix invented an alternative backronym, Binary Large Object. Today many people believe that blob was originally intended as an acronym for something. In fact, originally "blob" was utilized as a term for moving large amounts of data from one database to another without filters or error correction. This sped up the process of moving data by putting the error checking and filtering on the new host for the data. The act of moving huge amounts of data was called "blobbing". "Just blob that data over". This came about by the image of somebody grabbing fistfuls of material from one container and putting it in another without regard to what was in the "blob" they were grasping. The data type and definition was introduced to describe data not originally defined in traditional computer database systems but became possible when disk space became cheap. This definition gained popularity with IBM's DB2. A blob can also be a term that describes very large things. (en)
- BLOB (англ. Binary Large OBject — большой двоичный объект) — массив двоичных данных. В СУБД BLOB - специальный тип данных, предназначенный, в первую очередь, для хранения изображений, аудио и видео, а также компилированного программного кода. [edit] История термина В английском языке, слово blob означает что-то большое и бесформенное. Впервые, называть так аморфные куски данных придумал сотрудник компании DEC, Джим Старки, и описывал это как "штука, которая поглотила Цинциннати, Кливленд, или что-то в этом роде". Однако, вскоре, маркетологу Терри Мак'Киверу, показалось, что это должно быть аббревиатурой, и он придумал т.н. обратную аббревиатуру, или бэкроним - Basic Large Object . Позже, в компании Informix, изобрели альтернативный бэкроним Binary Large Object (большой двоичный объект). Сегодня, очень много людей считают, что термин blob изначально являлся акронимом. Категория:Информационные технологии Категория:СУБД (ru)
- Los BLOB (Binary Large OBjects, grandes objetos binarios) son elementos utilizados en las bases de datos para almacenar datos de gran tamaño que cambian de forma dinámica. No todos los SGBD son compatibles con los BLOB. Generalmente, estos datos son imágenes, archivos de sonido y otros objetos multimedia; a veces se almacenan como BLOB código de binarios. El término blob se refería originalmente a pedazos amorfos de código, y fue inventado por Jim Starkey. Con el tiempo, Terry McKiever, un encargado de mercadotecnia, ideó un acrónimo: Basic Large OBject (gran objeto básico). Pero fue Informix quien ideó el actual acrónimo para BLOB. El tipo de dato y su definición se introdujeron para representar datos que anteriormente no estaban definidos en las bases de datos para computadoras, pero que se hicieron posible al abaratarse los discos de almacenamiento. categoría:Bases de datos (es)
- In informatica, un binary large object (in inglese oggetto binario di grandi dimensioni), spesso identificato con l'acronimo BLOB, è un tipo di dato usato nei database.I campi di tipo BLOB sono destinati alla memorizzazione di dati di grandi dimensioni in formato binario non direttamente interpretabile dal database (ad es. immagini grafiche, audio, programmi applicativi, ecc.) e possono contenere fino a diversi gigabyte a seconda del database utilizzato.Il tipo di dato BLOB, che ha conosciuto una grande diffusione a partire dal DB2 IBM, non è supportato da tutti i database, né presenta caratteristiche uniformi in quelli che lo supportano. Alcuni esempi:* in MySQL la dimensione massima di un dato blob può arrivare a 4 GB. in Firebird SQL la massima dimensione di un BLOB è di 32 GB. (it)
- Binary Large Objects (BLOBs) sind große binäre und damit für die Datenbank nicht weiter strukturierte Objekte beziehungsweise Felddaten. Einige Datenbanken gestatten, dass die Feldtypen große Datenmengen als Feldinhalt abspeichern können. Eine andere Methode zur Speicherung von großen Objekten wird als Open Prepress Interface bezeichnet. Wird die Spalte einer Tabelle in einem relationalen Datenbanksystem als BLOB ausgewiesen, speichert das Datenbankmanagementsystem den konkreten Wert gesondert ab und vermerkt innerhalb der Tabelle nur den BLOBKEY, eine Referenz auf diesen Wert. In der Programmiersprache Java existiert auch eine Schnittstelle mit dem Namen Blob in der JDBC, die Java mit Datenbanksystemen verbindet. Damit kann man die Länge eines BLOBs ermitteln und auch Zugriff auf den Wert selber herstellen. (de)
|
| rdfs:comment
| - A binary large object, also known as a blob, is a collection of binary data stored as a single entity in a database management system. Blobs are typically images, audio or other multimedia objects, though sometimes binary executable code is stored as a blob. Database support for blobs is not universal. (en)
- BLOB (англ. Binary Large OBject� — большой двоичный объект)� — массив двоичных данных. (ru)
- Los BLOB (Binary Large OBjects, grandes objetos binarios) son elementos utilizados en las bases de datos para almacenar datos de gran tamaño que cambian de forma dinámica. No todos los SGBD son compatibles con los BLOB. (es)
- In informatica, un binary large object (in inglese oggetto binario di grandi dimensioni), spesso identificato con l'acronimo BLOB, è un tipo di dato usato nei database.I campi di tipo BLOB sono destinati alla memorizzazione di dati di grandi dimensioni in formato binario non direttamente interpretabile dal database (ad es. (it)
- Binary Large Objects (BLOBs) sind große binäre und damit für die Datenbank nicht weiter strukturierte Objekte beziehungsweise Felddaten. Einige Datenbanken gestatten, dass die Feldtypen große Datenmengen als Feldinhalt abspeichern können. (de)
|