Open In App

Introduction to Large Objects (LOBs)

Large Objects(LOBs) are a collection of datatypes which is designed to hold a large amount of data. A LOB is able to hold up to maximum size ranging from 8 terabytes to 128 terabytes, depending upon how your database is configured. Storing data into LOBs helps you to manipulate & access data efficiently in your own application.



Why use large objects
Below are different types of data that can be encountered while developing an application. Let’s see which among these is suitable for large objects.



So basically, Large Objects are suitable for above last two kinds of data: semi-structured & unstructured data. Large objects features allow you to store these two kinds of data in the database as well as in operating system files that are usually accessed from the database.

Advantages of LOBs:
With the growth of content-rich applications and internet, it has been important that the database supports a datatype that:

And these are provided by Large Database Objects or LOBs.

Article Tags :