Why not a Standard RDBMS?
Binary Large Objects (BLOBs) can be stored and fetched
User-level code must provide all logic for BLOBs
Scenario: client (Machine A) requests “thumbnail” images for all frames in DBMS (Machine B)
Inefficient, too hard to express queries.
create table frames (frameno integer, image BLOB,