Database Systems Pre-Lab 8 Part II
JDBC Part II [Storing Binary Data]
The Islamic University of GazaEngineering FacultyDepartment of Computer Engineering
Authors: Usama R. Al Zayan & Rasha E. Kahil2023/04/16
Storing Binary Data
Introduction
PostgreSQL provides two distinct ways to store binary data. Binary data can be stored in a table using the data type bytea or by using the Large Object feature.
But in order to determine which method is appropriate for you, you need to understand the limitations of each method.