Top "Blob" questions

A BLOB is a collection of binary data stored as a single entity in a database management system.

LOBSEGMENT objects filling up my tablespace in Oracle

I'm using a Oracle 10gR2 DB, and was taking a look in one of my tablespaces when I noticed something …

oracle view blob tablespace
How to check if a variable is a blob in JavaScript

As typeof returns "object".. var MyBlob = new Blob(['test text'], {type : 'text/plain'}); console.log(typeof MyBlob) // "object" is it …

javascript types blob
Google Chrome can not open blob in new tab

I have same blob URL in two tags. One tag has target="_blank" for opening the link in new tab …

javascript jquery html google-chrome blob
bad value for type long: - Postgresql, Hibernate, Spring

I wanna store an entity(a String + an image) in PostgresQL using Spring MVC and Hibernate Here is my table. …

java spring hibernate postgresql blob
Are there performance issues storing files in PostgreSQL?

Is ok storing files like HTML pages, images, PDF, etc in a table in PostgreSQL or it is slow? I …

file postgresql blob bytea
Download Excel file from server and save on client

I have a JavaScript app and an API that creates a Excel file and returns a byte array with the …

javascript excel blob filereader
Search for value within BLOB column in MySQL

How can I search inside Blob column in MySQL for some values ? and Is that possible ?

php mysql search blob
Html5's File API - BLOB usages?

I have a file input : (jsbin) <input type="file" accept="image/*" id="input" multiple onchange='handleFiles(this)' /> …

javascript html blob fileapi
Is there any limitation on JavaScript Max Blob size

I am trying to download a file using AJAX call. I need to use AJAX call because I have to …

javascript ajax download blob
Should I use redis to store a large number of binary files?

I need to store huge amount of binary files (10 - 20 TB, each file ranging from 512 kb to 100 MB). I need …

nosql redis blob